Files
OSCKit/OSC.podspec
Zhigang Fang 0c6384cffb Bump version
2017-06-21 22:48:55 +08:00

18 lines
606 B
Ruby

Pod::Spec.new do |s|
s.name = "OSC"
s.version = "0.1.9"
s.summary = "Richo OSCKit"
s.description = "Richo OSCKit with Promise"
s.homepage = "https://theta360.com/"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "Zhigang Fang" => "zhigang1992@gmail.com" }
s.platform = :ios, "9.0"
s.source = { :git => "https://github.com/tappollo/OSCKit.git", :tag => s.version }
s.source_files = "Source/*.swift"
s.frameworks = "SystemConfiguration"
s.dependency 'SwiftyyJSON'
s.dependency 'PromiseKit'
s.dependency 'AwaitKit'
end