forked from venmo/venmo-ios-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Venmo-iOS-SDK.podspec
20 lines (20 loc) · 919 Bytes
/
Venmo-iOS-SDK.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Pod::Spec.new do |s|
s.name = 'Venmo-iOS-SDK'
s.version = '1.3.0'
s.summary = 'Official Venmo iOS SDK'
s.description = <<-DESC
Send payments & charges to any email, phone number or Venmo username from within your iOS app.
DESC
s.screenshot = 'http://i.imgur.com/tN7mYVy.gif'
s.homepage = 'https://github.com/venmo/venmo-ios-sdk'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "Venmo" => "[email protected]" }
s.social_media_url = 'https://twitter.com/venmo'
s.platform = :ios, '7.0'
s.requires_arc = true
s.source = { :git => "https://github.com/venmo/venmo-ios-sdk.git", :tag => "v#{s.version}" }
s.source_files = 'venmo-sdk/**/*.{h,m}'
s.dependency 'VENCore', '~> 3.1.2'
s.dependency 'SSKeychain', '~> 1.2'
s.dependency 'CMDQueryStringSerialization', '~> 0.2'
end