blob: 390d17d7e3856a3488083a4d5d2c44d145594a80 [file] [log] [blame]
{
"name": "EMC",
"version": "1.0.6",
"summary": "haier U+ EMC",
"homepage": "https://github.com/ws21san/EMC",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"王帅": "ws21san@163.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/ws21san/EMC.git",
"tag": "1.0.6"
},
"source_files": "EMC_Code/*.{h,m}",
"exclude_files": "Classes/Exclude",
"frameworks": [
"UIKit",
"Foundation",
"CoreTelephony",
"CoreGraphics",
"QuartzCore",
"SystemConfiguration",
"AudioToolbox",
"AddressBook",
"AVFoundation",
"CoreLocation",
"AssetsLibrary"
],
"vendored_frameworks": "EMC_Code/iflyMSC.framework",
"libraries": [
"c++",
"z"
],
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
],
"QRScan": [
"~> 1.0.1"
]
}
}