| { |
| "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/*" |
| } |
| ] |
| } |