blob: 121b9b6f26c56f420f54080ea8348264ffe31f60 [file] [log] [blame]
{
"name": "CloudipspOptical",
"version": "0.1.0",
"summary": "Library for accepting payments directly from iOS application's clients with support for scanning the card number.",
"homepage": "https://github.com/cloudipsp/CloudipspOptical",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Maxim Kozenko": "max.dnu@gmail.com"
},
"source": {
"git": "https://github.com/cloudipsp/CloudipspOptical.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "CloudipspOptical/Classes/**/*",
"public_header_files": "CloudipspOptical/Classes/**/*.h",
"frameworks": "UIKit",
"dependencies": {
"Cloudipsp": [
],
"CardIO": [
]
}
}