blob: 6686349d6bb5af4122c674d73c09b26da18268ab [file] [log] [blame]
{
"name": "Venmo-iOS-SDK",
"version": "1.0.1",
"summary": "Official Venmo iOS SDK",
"description": " Send payments & charges to any email, phone number or Venmo username from within your iOS app.\n",
"homepage": "https://github.com/venmo/venmo-ios-sdk",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Venmo": "developers@venmo.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/venmo/venmo-ios-sdk.git",
"tag": "v1.0.1"
},
"source_files": "venmo-sdk/**/*.{h,m}",
"dependencies": {
"VENCore": [
"~>1.0.0"
],
"SSKeychain": [
"~>1.2.2"
]
},
"requires_arc": true,
"social_media_url": "https://twitter.com/venmo",
"screenshots": "http://i.imgur.com/tN7mYVy.gif"
}