blob: b6bde30ca03ba9eefdff052ce3d4228263508e9b [file] [log] [blame]
{
"name": "ESAMapManager",
"version": "0.0.1",
"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.1"
},
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"ESUtils": [
"~> 0.0.3"
],
"AMapLocation-NO-IDFA": [
"2.4.0"
],
"AMapSearch-NO-IDFA": [
"5.2.1"
]
},
"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}"
}
]
}