[Add] uservoice-iphone-sdk (2.0.10)

This commit is contained in:
Richard Lee
2013-04-26 07:28:39 +08:00
parent 92d858d261
commit d2ea2dcd16
@@ -0,0 +1,20 @@
Pod::Spec.new do |s|
s.name = "uservoice-iphone-sdk"
s.version = "2.0.10"
s.summary = "UserVoice iOS SDK for iPhone and iPad apps."
s.description = "UserVoice for iOS allows you to embed UserVoice directly in your iPhone or iPad app."
s.homepage = "http://www.uservoice.com/iphone"
s.license = { :type => 'Apache License, Version 2.0', :file => 'README.md' }
s.author = 'UserVoice'
s.source = { :git => "https://github.com/uservoice/uservoice-iphone-sdk.git", :tag => "2.0.10" }
s.platform = :ios
s.source_files = 'Classes/*.{h,m}', 'Categories/*.{h,m}', 'Vendor/**/*.{c,h,m}', 'Include/*.h'
s.resources = "Resources/*"
s.frameworks = 'QuartzCore', 'SystemConfiguration'
s.requires_arc = false
end