| { |
| "name": "Unofficial-Venmo-iOS-SDK", |
| "version": "1.3.6", |
| "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": "9.0" |
| }, |
| "requires_arc": true, |
| "source": { |
| "git": "https://github.com/No-Excuses/venmo-ios-sdk.git", |
| "tag": "v1.3.6" |
| }, |
| "source_files": "venmo-sdk/**/*.{h,m}", |
| "dependencies": { |
| "VENCore": [ |
| "~> 3.1" |
| ], |
| "SSKeychain": [ |
| "~> 1.2" |
| ], |
| "CMDQueryStringSerialization": [ |
| "~> 0.2" |
| ] |
| } |
| } |