blob: aadde2151aa8755043abbb96a50130069a7a5433 [file] [log] [blame]
{
"name": "Cloudipsp",
"version": "0.5.5",
"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.5.5"
},
"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",
"PassKit"
]
}