blob: 99061a6f03b811e4b35d681c83b2dc55f6663b58 [file] [log] [blame]
{
"name": "Venmo-iOS-SDK",
"version": "1.0.2",
"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.2"
},
"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"
}