blob: acbf1bfb85f60150f6b46b2f9a1baad43b13dc1f [file] [log] [blame]
{
"name": "Cloudipsp",
"version": "0.5.6",
"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.6"
},
"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"
]
}