1 Commits

Author SHA1 Message Date
Kirill Zdornyy ad2a7a5fe6 Release 1.0.0. 2014-01-02 14:41:04 -08:00
@@ -0,0 +1,17 @@
Pod::Spec.new do |s|
s.name = "UPPlatformSDK"
s.version = "1.0.0"
s.summary = "Jawbone's UP Platform SDK."
s.homepage = "https://github.com/Jawbone/UPPlatform_iOS_SDK"
s.license = { :type => 'Apache', :file => 'LICENSE' }
s.author = { "Terry Worona" => "kzdornyy@jawbone.com" }
s.source = {
:git => "https://github.com/Jawbone/UPPlatform_iOS_SDK.git",
:tag => "v1.0.0"
}
s.platform = :ios, '7.0'
s.source_files = 'UPPlatformSDK/UPPlatformSDK/*.{h,m}'
s.requires_arc = true
end