Skip to content

Commit

Permalink
Merge pull request #292 from StonerHawk/master
Browse files Browse the repository at this point in the history
Vkontakte-iOS-SDK pod spec
  • Loading branch information
fabiopelosin committed Jul 6, 2012
2 parents 8dc5464 + 5d8c496 commit b558b08
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Vkontakte-iOS-SDK/0.9/Vkontakte-iOS-SDK.podspec
@@ -0,0 +1,16 @@
Pod::Spec.new do |s|
s.name = 'Vkontakte-iOS-SDK'
s.version = '0.9'
s.platform = :ios, '5.0'
s.requires_arc = true
s.license = 'Apache License, Version 2.0'
s.summary = 'The iOS SDK provides Vkontakte Platform support for iOS apps.'
s.homepage = 'https://github.com/StonerHawk/Vkontakte-iOS-SDK'
s.author = { 'Andrey Yastrebov' => 'ayastrebov@gmail.com' }

s.source = { :git => 'https://github.com/StonerHawk/Vkontakte-iOS-SDK.git', :tag => '0.9' }

s.source_files = 'Vkontakte/*.{h,m,xib}'
s.preserve_paths = ".gitattributes", ".gitignore", "Vkontakte-iOS-SDK.xcodeproj", "Vkontakte-iOS-SDK_Demo", "LICENSE-2.0.txt"
s.dependency 'MBProgressHUD', '0.5'
end

0 comments on commit b558b08

Please sign in to comment.