[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / a / d / 7 / LocationInfo / 1.1.0 / LocationInfo.podspec.json
blob60655b39c49d088ad959809af595a0f32ed4f34f
2   "name": "LocationInfo",
3   "version": "1.1.0",
4   "summary": "It provides a common interface to location info for geocoding",
5   "description": "This LocationInfo interconnects different frameworks : image metadata processing, geocoding, speech recognition, etc. This used like shared data object amoung them all.",
6   "homepage": "https://github.com/truebucha/LocationInfo",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "truebucha": "truebucha@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/truebucha/LocationInfo.git",
16     "tag": "1.1.0"
17   },
18   "social_media_url": "https://twitter.com/truebucha",
19   "platforms": {
20     "ios": "10.0",
21     "osx": "10.10"
22   },
23   "requires_arc": true,
24   "public_header_files": "LocationInfo/Classes/LocationInfo.h",
25   "source_files": "LocationInfo/Classes/*.{h,m}",
26   "default_subspecs": "Initial",
27   "frameworks": "Foundation",
28   "subspecs": [
29     {
30       "name": "Initial",
31       "source_files": "LocationInfo/Classes/*",
32       "public_header_files": "LocationInfo/Classes/*.h",
33       "dependencies": {
34         "LocationInfo/Core": [
36         ]
37       }
38     },
39     {
40       "name": "Core",
41       "source_files": "LocationInfo/Classes/Core/**/*",
42       "public_header_files": "LocationInfo/Classes/Core/*.h"
43     },
44     {
45       "name": "AppleGeocoder",
46       "source_files": "LocationInfo/Classes/AppleGeocoder/**/*",
47       "public_header_files": "LocationInfo/Classes/AppleGeocoder/*.h",
48       "dependencies": {
49         "LocationInfo/Initial": [
51         ]
52       },
53       "frameworks": "CoreLocation"
54     },
55     {
56       "name": "LMGeocoder",
57       "source_files": "LocationInfo/Classes/LMGeocoder/**/*",
58       "public_header_files": "LocationInfo/Classes/LMGeocoder/*.h",
59       "dependencies": {
60         "LocationInfo/Initial": [
62         ],
63         "LocationInfo/AppleGeocoder": [
65         ],
66         "LMGeocoderUniversal": [
68         ]
69       }
70     },
71     {
72       "name": "AppleMap",
73       "source_files": "LocationInfo/Classes/AppleMap/**/*",
74       "public_header_files": "LocationInfo/Classes/AppleMap/*.h",
75       "dependencies": {
76         "LocationInfo/Initial": [
78         ],
79         "LocationInfo/AppleGeocoder": [
81         ]
82       },
83       "frameworks": "MapKit"
84     }
85   ]