blob: 2400f792d44220138829c26f6ad9823b8fff7ec2 [file] [log] [blame]
{
"name": "ExCheckCar",
"version": "0.1.2",
"summary": "查车组件",
"description": "查车独立模块,包含、查车、查工地、查消纳点。地图等功能",
"homepage": "https://github.com/a289458845/ExCheckCar",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Peng": "289458845@qq.com"
},
"source": {
"git": "https://github.com/a289458845/ExCheckCar.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "9.0"
},
"source_files": "ExCheckCar/Classes/**/*",
"requires_arc": true,
"static_framework": true,
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
},
"pod_target_xcconfig": {
"EXCLUDED_ARCHS [sdk = iphonesimulator *]": "i386,arm64"
},
"frameworks": [
"UIKit",
"CoreMedia",
"AVFoundation",
"Foundation"
],
"dependencies": {
"AFNetworking": [
],
"Masonry": [
]
}
}