forked from fanwenkai/MSAlertController
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMSAlertController.podspec
25 lines (22 loc) · 962 Bytes
/
MSAlertController.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#
# Be sure to run `pod lib lint MSAlertController.podspec' to ensure this is a
# valid spec and remove all comments before submitting the spec.
#
# Any lines starting with a # are optional, but encouraged
#
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html
#
Pod::Spec.new do |s|
s.name = "MSAlertController"
s.version = "1.0.2"
s.summary = "MSAlertController is possible you to use AlertController in iOS7."
s.homepage = "https://github.com/szk-atmosphere/MSAlertController"
s.license = 'MIT'
s.author = { "Taiki Suzuki" => "[email protected]" }
s.source = { :git => "https://github.com/szk-atmosphere/MSAlertController.git", :tag => s.version.to_s }
s.platform = :ios, '7.0'
s.requires_arc = true
s.source_files = 'MSAlertController/*.{h,m}'
s.resources = 'MSAlertController/*.xib'
s.frameworks = 'UIKit', 'QuartzCore'
end