blob: 4247180e31ab69a1e738f8154884de559edb6c11 [file] [log] [blame]
{
"name": "CloudipspOptical",
"version": "0.1.2",
"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.2"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "CloudipspOptical/Classes/**/*",
"public_header_files": "CloudipspOptical/Classes/**/*.h",
"frameworks": "UIKit",
"dependencies": {
"Cloudipsp": [
],
"CardIO": [
]
},
"pod_target_xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(inherited) $(PODS_ROOT)/CardIO",
"OTHER_LDFLAGS": "$(inherited) -undefined dynamic_lookup"
}
}