blob: e0178e0b05e2e763935341e0f20576bb6280c416 [file] [log] [blame]
{
"name": "Cloudipsp",
"version": "0.1.8",
"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.1.8"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*.{h,m}",
"resources": "Pod/Classes/**/*.{xib,strings}",
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": "UIKit"
}