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