Skip to content

Commit

Permalink
Updated uservoice podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
0xdevalias committed Feb 17, 2013
1 parent e61cfbe commit dd0fe24
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions uservoice-iphone-sdk/2.0.7/uservoice-iphone-sdk.podspec
@@ -0,0 +1,20 @@
Pod::Spec.new do |s|
s.name = "uservoice-iphone-sdk"
s.version = "2.0.7"
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.7" }

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

0 comments on commit dd0fe24

Please sign in to comment.