| { |
| "name": "darpayQRLib", |
| "version": "0.0.3", |
| "summary": "darpayQRLib.", |
| "description": " A longer description of darpayQRLib in Markdown format.\n\n * Think: Why did you write this? What is the focus? What does it do?\n * CocoaPods will be using this to generate tags, and improve search results.\n * Try to keep it short, snappy and to the point.\n * Finally, don't worry about the indent, CocoaPods strips it!\n", |
| "homepage": "https://paladin-engineering@bitbucket.org/paladin-engineering/darpayqr", |
| "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/darpayqr.git", |
| "tag": "0.0.3" |
| }, |
| "source_files": [ |
| "Classes", |
| "DarpayQRLib/**/*.{h,m}" |
| ], |
| "public_header_files": "DarpayQRLib/**/*.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" |
| ] |
| } |
| } |