blob: 6b47c90a3ba2686870ce5a0d401d28bf2fb8a369 [file] [log] [blame]
{
"name": "DarpayQRL",
"version": "0.0.1",
"summary": "DarpayQRL",
"description": " Description of DarpayQRL\n",
"homepage": "https://paladin-engineering@bitbucket.org/paladin-engineering/darpayqrl",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"paladin-engineering": "info@paladin-engineering.ru"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://paladin-engineering@bitbucket.org/paladin-engineering/darpayqrl.git",
"tag": "0.0.1"
},
"source_files": "DarpayQRL/**/*.{h,m}",
"public_header_files": "DarpayQRL/**/*.h",
"resources": "DarpayQRResources.bundle",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true,
"xcconfig": {
"GCC_WARN_TYPECHECK_CALLS_TO_PRINTF": "NO",
"GCC_WARN_64_TO_32_BIT_CONVERSION": "NO"
},
"dependencies": {
"ZXingObjC": [
"~> 3.0"
],
"JWT": [
"~> 1.0.0"
],
"Reachability": [
],
"JWTDecode": [
],
"MBProgressHUD": [
"~> 0.9.1"
]
}
}