[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 7 / 2 / 8 / ESAMapManager / 0.0.1 / ESAMapManager.podspec.json
blobb6bde30ca03ba9eefdff052ce3d4228263508e9b
2   "name": "ESAMapManager",
3   "version": "0.0.1",
4   "summary": "a map manager for iOS",
5   "description": "improve efficiency for ios develop",
6   "homepage": "https://github.com/EverydayStep",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "codeLocker": "codeLockers@outlook.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/EverydayStep/ESAMapManager.git",
19     "tag": "0.0.1"
20   },
21   "frameworks": [
22     "UIKit",
23     "Foundation"
24   ],
25   "dependencies": {
26     "ESUtils": [
27       "~> 0.0.3"
28     ],
29     "AMapLocation-NO-IDFA": [
30       "2.4.0"
31     ],
32     "AMapSearch-NO-IDFA": [
33       "5.2.1"
34     ]
35   },
36   "subspecs": [
37     {
38       "name": "ESAMapWeather",
39       "source_files": "ESAMapManager/ESAMapWeather/*.{h,m}"
40     },
41     {
42       "name": "ESAMapPOI",
43       "source_files": "ESAMapManager/ESAMapPOI/*.{h,m}"
44     },
45     {
46       "name": "ESAMapService",
47       "source_files": "ESAMapManager/ESAMapService/*.{h,m}"
48     },
49     {
50       "name": "ESAMapLocation",
51       "source_files": "ESAMapManager/ESAMapLocation/*.{h,m}"
52     }
53   ]