blob: 2ac0d540f911dfb7436e6b95aaf8e821bad65dac [file] [log] [blame]
{
"name": "UnionMap",
"version": "0.0.3",
"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.3"
},
"platforms": {
"ios": "8.0"
},
"subspecs": [
{
"name": "UMCommon",
"source_files": "UnionMap/Classes/UMCommon/*"
},
{
"name": "UMAMap",
"source_files": "UnionMap/Classes/UMAMap/*"
}
]
}