Latest | 0.0.5 |
---|---|
Homepage | https://github.com/nullcex/UnionMap |
License | MIT |
Platforms | ios 8.0 |
Authors |
Example
To run the example project, clone the repo, and run pod install
from the Example directory first.
Requirements
Installation
UnionMap is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod 'UnionMap'
Author
nullcex, [email protected]
License
UnionMap is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "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": "[email protected]" }, "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": [] } } ] }
Sat, 06 Apr 2019 10:07:12 +0000