Created
July 31, 2015 10:11
-
-
Save hujunfeng/1b129e7b1701c9575c86 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Pod::Spec.new do |s| | |
s.name = "MediaKit" | |
s.version = "0.1" | |
s.summary = "MediaKit for iOS" | |
s.homepage = "http://www.2359media.com" | |
s.author = '2359 Media' | |
s.source = { :git => "https://github.com/2359media/MediaKit-iOS.git", :branch => 'experimental' } | |
s.platform = :ios, '7.0' | |
s.license = { :type => 'Copyright', :text => <<-LICENSE | |
Copyright © 2015, 2359 Media. All rights Reserved. | |
LICENSE | |
} | |
s.frameworks = 'CoreMedia', 'AVFoundation', 'UIKit', 'Foundation' | |
s.source_files = 'MediaKit/**/*.{h,m,def,plist}' | |
s.resources = ['MediaKit/**/*.{xib,storyboard}', 'MediaKit/Resource/Images.xcassets'] | |
s.prefix_header_file = 'MediaKit/Share/prefix.pch' | |
s.dependency 'AFNetworking', '~> 2.5' | |
s.dependency 'KVOController' | |
s.dependency 'Mantle', '~> 1.5' | |
s.dependency 'Ono' | |
s.dependency 'TMCache', '~> 1.2' | |
s.dependency 'SVProgressHUD', '~> 1.1' | |
s.dependency 'Masonry', '~> 0.5' | |
s.dependency 'MMDrawerController' | |
s.dependency 'CocoaLumberjack' | |
s.dependency 'ReactiveCocoa', '~> 2.0' | |
s.dependency 'RXCollections' | |
s.dependency 'WYPopoverController', '~> 0.3' | |
s.dependency 'FLKAutoLayout' | |
s.dependency 'SIAlertView', :git => 'https://github.com/ares-huy-le/SIAlertView.git', :tag => '1.3.2' | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment