{ | |
"name": "CCMapLib", | |
"version": "0.1.2", | |
"summary": "地图组件化", | |
"description": "地图组件化,引用系统地图", | |
"homepage": "http://gitlab.hbc.tech/ios/CCMapView.git", | |
"license": { | |
"type": "MIT", | |
"file": "LICENSE" | |
}, | |
"authors": { | |
"anxianglong": "anxianglong@huangbaoche.com" | |
}, | |
"source": { | |
"git": "git@gitlab.hbc.tech:ios/CCMapView.git", | |
"tag": "0.1.2" | |
}, | |
"platforms": { | |
"ios": "9.0" | |
}, | |
"source_files": "CCMapLib/Classes/**/*", | |
"resource_bundles": { | |
"CCMapLib": [ | |
"CCMapLib/Assets/*" | |
] | |
}, | |
"frameworks": "MapKit" | |
} |