-
Notifications
You must be signed in to change notification settings - Fork 268
/
BlockAlertsAnd-ActionSheets.podspec
18 lines (16 loc) · 1.16 KB
/
BlockAlertsAnd-ActionSheets.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Pod::Spec.new do |s|
s.name = "BlockAlertsAnd-ActionSheets"
s.version = "1.0.6"
s.summary = 'Beautifully done UIAlertView and UIActionSheet replacements inspired by TweetBot.'
s.homepage = "https://github.com/gpambrozio/BlockAlertsAnd-ActionSheets"
s.license = 'MIT'
s.author = { 'Gustavo Ambrozio' => '', "Barrett Jacobsen" => "[email protected]", "Jose Santiago Jr" => '' }
s.source = { :git => 'https://github.com/gpambrozio/BlockAlertsAnd-ActionSheets.git', :tag => "#{s.version}" }
s.platform = :ios, '4.3'
s.source_files = "BlockAlertsDemo/ToAddToYourProjects/BlockActionSheet.{h,m}", "BlockAlertsDemo/ToAddToYourProjects/BlockAlertView.{h,m}", "BlockAlertsDemo/ToAddToYourProjects/BlockBackground.{h,m}", "BlockAlertsDemo/ToAddToYourProjects/BlockTextPromptAlertView.{h,m}", 'BlockAlertsDemo/ProjectSpecific/BlockUI.h'
s.resources = "BlockAlertsDemo/images/button*.png", "BlockAlertsDemo/images/ActionSheet/*.png", "BlockAlertsDemo/images/AlertView/*.png"
s.subspec 'TableAlertView' do |table|
table.source_files = "BlockAlertsDemo/ToAddToYourProjects/BlockTableAlertView.{h,m}"
end
s.requires_arc = false
end