blob: 3f3b88b54a96ea4ae46f0c25de65038aac703458 [file] [log] [blame]
{
"name": "UnionMap",
"version": "0.0.5",
"summary": "UnionMap for iOS.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/nullcex/UnionMap",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"nullcex": "1028159057@qq.com"
},
"source": {
"git": "https://github.com/nullcex/UnionMap.git",
"tag": "0.0.5"
},
"platforms": {
"ios": "8.0"
},
"static_framework": true,
"subspecs": [
{
"name": "UMCommon",
"source_files": "UnionMap/Classes/UMCommon/*",
"dependencies": {
"CTMediator": [
]
}
},
{
"name": "UMAMap",
"source_files": "UnionMap/Classes/UMAMap/*",
"dependencies": {
"UnionMap/UMCommon": [
],
"AMap3DMap": [
],
"AMapSearch": [
]
}
}
]
}