blob: eb2e18828855ea0d3e7e7921f5fafbbfe299d946 [file] [log] [blame]
{
"name": "ESAMapManager",
"version": "0.0.2",
"summary": "a map manager for iOS",
"description": "improve efficiency for ios develop",
"homepage": "https://github.com/EverydayStep",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"codeLocker": "codeLockers@outlook.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/EverydayStep/ESAMapManager.git",
"tag": "0.0.2"
},
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"ESUtils": [
"~> 0.0.4"
],
"AMapLocation-NO-IDFA": [
"2.4.0"
],
"AMapSearch-NO-IDFA": [
"5.3.0"
]
},
"subspecs": [
{
"name": "ESAMapWeather",
"source_files": "ESAMapManager/ESAMapWeather/*.{h,m}"
},
{
"name": "ESAMapPOI",
"source_files": "ESAMapManager/ESAMapPOI/*.{h,m}"
},
{
"name": "ESAMapService",
"source_files": "ESAMapManager/ESAMapService/*.{h,m}"
},
{
"name": "ESAMapLocation",
"source_files": "ESAMapManager/ESAMapLocation/*.{h,m}"
}
]
}