| { |
| "name": "EMCDemo", |
| "version": "1.0.0", |
| "summary": "haier U+ EMC", |
| "homepage": "https://github.com/hanyuantao/EMCDemo", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "once": "545574484@qq.com" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "source": { |
| "git": "https://github.com/hanyuantao/EMCDemo.git", |
| "tag": "1.0.0" |
| }, |
| "source_files": "EMCDemo/*.{h,m}", |
| "frameworks": [ |
| "UIKit", |
| "Foundation", |
| "CoreTelephony", |
| "CoreGraphics", |
| "QuartzCore", |
| "SystemConfiguration", |
| "AudioToolbox", |
| "AddressBook", |
| "AVFoundation", |
| "CoreLocation", |
| "AssetsLibrary" |
| ], |
| "requires_arc": true, |
| "dependencies": { |
| "AFNetworking": [ |
| "~> 3.1.0" |
| ], |
| "QRScan": [ |
| "~> 1.0.1" |
| ] |
| } |
| } |