blob: cc2173b11b6dcc6a6333cee44906702243dd730a [file] [log] [blame]
{
"name": "Unofficial-Venmo-iOS-SDK",
"version": "1.3.1",
"summary": "Unofficial Venmo iOS SDK",
"description": "Send payments & charges to any email, phone number or Venmo username from within your iOS app.",
"screenshots": "http://i.imgur.com/tN7mYVy.gif",
"homepage": "https://github.com/No-Excuses/venmo-ios-sdk",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Random Access Software": "random-access-software@null.net"
},
"social_media_url": "https://twitter.com/venmo",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/No-Excuses/venmo-ios-sdk.git",
"tag": "v1.3.1"
},
"source_files": "venmo-sdk/**/*.{h,m}",
"dependencies": {
"VENCore": [
"~> 3.1"
],
"SSKeychain": [
"~> 1.2"
],
"CMDQueryStringSerialization": [
"~> 0.2"
]
}
}