| { |
| "name": "DMKPoiPanel", |
| "version": "0.1.1", |
| "summary": "A view page which contains mapview and webview.", |
| "description": "A view page which contains mapview and webview.", |
| "homepage": "https://git.xiaojukeji.com/mapkit-ios/DMKPoiPanel", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "alexyangshuo": "alexyangshuo@didiglobal.com" |
| }, |
| "source": { |
| "git": "https://git.xiaojukeji.com/mapkit-ios/DMKPoiPanel.git", |
| "tag": "0.1.1" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "default_subspecs": "DMKPoiPanel", |
| "subspecs": [ |
| { |
| "name": "DMKPoiPanel-Core", |
| "source_files": [ |
| "DMKPoiPanel/DMKPoiPanel/DMKPoiPanel-Core/**/*.{h,m}", |
| "DMKPoiPanel/DMKPoiPanel/DMKPoiPanel-Core/Model/**/*.{h,m}", |
| "DMKPoiPanel/DMKPoiPanel/DMKPoiPanel-Core/View/**/*.{h,m}", |
| "DMKPoiPanel/DMKPoiPanel/DMKPoiPanel-Core/ViewModel/**/*.{h,m}" |
| ] |
| }, |
| { |
| "name": "DMKPoiPanel", |
| "dependencies": { |
| "DMKPoiPanel/DMKPoiPanel-Core": [ |
| |
| ] |
| }, |
| "source_files": [ |
| "DMKPoiPanel/DMKPoiPanel/Page/**/*.{h,m}" |
| ] |
| } |
| ] |
| } |