blob: ee914a5c0073c147c055a777113022b888a11481 [file] [log] [blame]
{
"name": "UnionMap",
"version": "0.0.4",
"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.4"
},
"platforms": {
"ios": "8.0"
},
"subspecs": [
{
"name": "UMCommon",
"source_files": "UnionMap/Classes/UMCommon/*",
"dependencies": {
"CTMediator": [
]
}
},
{
"name": "UMAMap",
"source_files": "UnionMap/Classes/UMAMap/*"
}
]
}