blob: 1453129f2b1069192e67e204e8362c4fedae4ce8 [file] [log] [blame]
{
"name": "Venmo-iOS-SDK",
"version": "1.1.0",
"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.1.0"
},
"source_files": "venmo-sdk/**/*.{h,m}",
"dependencies": {
"VENCore": [
"~>3.0.0"
],
"SSKeychain": [
"~>1.2.2"
]
},
"requires_arc": true,
"social_media_url": "https://twitter.com/venmo",
"screenshots": "http://i.imgur.com/tN7mYVy.gif"
}