blob: 8d2311c9ef7db4b7be0b87155087bb1544cdbb65 [file] [log] [blame]
{
"name": "PromisePayOne",
"version": "0.1.0",
"summary": "PromisePay iOS SDK",
"description": "The implementation of PromisePay Client SDK",
"homepage": "https://github.com/KevinHakans/PromisePay-iOS",
"license": "MIT",
"authors": {
"KevinHakans": "kevin.hakans.it@gmail.com"
},
"source": {
"git": "https://github.com/KevinHakans/PromisePay-iOS.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"PromisePay": [
"Pod/Assets/*.png"
]
},
"frameworks": "Foundation"
}