-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMYFramework.podspec
24 lines (23 loc) · 929 Bytes
/
MYFramework.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
Pod::Spec.new do |s|
s.name = "MYFramework"
s.version = "1.2"
s.summary = "a based Router framework."
s.homepage = "https://github.com/Whirlwind/MYFramework"
s.license = 'MIT'
s.author = { "Whirlwind" => "[email protected]" }
s.source = { :git => "https://github.com/Whirlwind/MYFramework.git", :tag=>'v1.2'}
s.platform = :ios, '5.0'
s.source_files = 'src/**/*.{h,m}'
s.resources = "resources/**/*.png", "src/*.{broadcast,route}"
s.frameworks = 'UIKit', 'Foundation', 'QuartzCore', 'MobileCoreServices', 'CoreGraphics'
s.prefix_header_file = 'src/MYFramework-Prefix.pch'
s.requires_arc = true
s.dependency 'NSUserDefaults+AppVersion'
s.dependency 'UIView'
s.dependency 'NSDate'
s.dependency 'NSString'
# s.dependency 'BHAnalysis'
s.dependency 'VersionString'
# s.dependency 'MTStatusBarOverlay'
s.dependency 'IXPickerOverlayView'
end