mirror of
https://github.com/zhigang1992/AHAlertView.git
synced 2026-01-12 22:45:42 +08:00
Compare commits
1 Commits
v0.0.1
...
originCode
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1b24c8f0c3 |
14
AHAlertView.podspec
Normal file
14
AHAlertView.podspec
Normal file
@@ -0,0 +1,14 @@
|
||||
Pod::Spec.new do |s|
|
||||
s.name = "AHAlertView"
|
||||
s.version = "1.0.0"
|
||||
s.summary = "`AHAlertView` is a powerful, block-based alternative to UIKit's `UIAlertView`. "
|
||||
s.homepage = "https://github.com/warrenm/AHAlertView.git"
|
||||
s.license = { :type => 'MIT', :file => 'LICENSE' }
|
||||
s.author = { "Warren Moore" => "wm@warrenmoore.net" }
|
||||
s.source = { :git => "https://github.com/warrenm/AHAlertView.git", :tag => "1.0.0" }
|
||||
s.platform = :ios, '5.0'
|
||||
s.source_files = 'Class', 'AHAlertView/**/*.{h,m}'
|
||||
s.public_header_files = 'AHAlertView/**/*.h'
|
||||
s.frameworks = 'QuartzCore'
|
||||
s.requires_arc = true
|
||||
end
|
||||
Reference in New Issue
Block a user