blob: 6bd59242753739e68f69d58b0393cfc8f12533d5 [file] [log] [blame]
{
"name": "Cloudipsp",
"version": "0.6.0",
"summary": "Library for accepting payments directly from iOS application's clients.",
"homepage": "https://github.com/cloudipsp/ios-sdk",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Maxim Kozenko": "max.dnu@gmail.com"
},
"source": {
"git": "https://github.com/cloudipsp/ios-sdk.git",
"tag": "0.6.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Cloudipsp/*.{h,m}",
"resources": "Cloudipsp/*.xib",
"frameworks": [
"UIKit",
"PassKit"
]
}