diff --git a/uservoice-iphone-sdk/2.0.10/uservoice-iphone-sdk.podspec b/uservoice-iphone-sdk/2.0.10/uservoice-iphone-sdk.podspec new file mode 100644 index 00000000..2aa38ec3 --- /dev/null +++ b/uservoice-iphone-sdk/2.0.10/uservoice-iphone-sdk.podspec @@ -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