{ | |
"name": "YocoSDK", | |
"version": "0.1.0", | |
"summary": "Payment SDK", | |
"description": "Yoco integrated payments SDK", | |
"homepage": "https://github.com/rohanYoco/YocoSDK", | |
"license": "MIT", | |
"authors": { | |
"Rohan Jansen": "rohan@yoco.co.za" | |
}, | |
"source": { | |
"git": "https://github.com/rohanYoco/YocoSDK.git", | |
"tag": "0.1.0" | |
}, | |
"platforms": { | |
"ios": "7.0" | |
}, | |
"requires_arc": true, | |
"source_files": "Pod/Classes/**/*", | |
"resource_bundles": { | |
"YocoSDK": [ | |
"Pod/Assets/*.png" | |
] | |
} | |
} |