[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / a / d / 7 / LocationInfo / 1.1.3 / LocationInfo.podspec.json
blob91f90bdb166f0248a8af9162f59c15624c1d49db
2   "name": "LocationInfo",
3   "version": "1.1.3",
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.3"
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   "source_files": "LocationInfo/Classes/**/*.{h,m}",
25   "frameworks": "Foundation",
26   "subspecs": [
27     {
28       "name": "Core",
29       "source_files": "LocationInfo/Classes/Core/**/*",
30       "public_header_files": "LocationInfo/Classes/Core/*.h"
31     },
32     {
33       "name": "StringConversion",
34       "source_files": "LocationInfo/Classes/StringConversion/**/*",
35       "public_header_files": "LocationInfo/Classes/StringConversion/*.h",
36       "dependencies": {
37         "LocationInfo/Core": [
39         ]
40       }
41     },
42     {
43       "name": "AppleGeocoder",
44       "source_files": "LocationInfo/Classes/AppleGeocoder/**/*",
45       "public_header_files": "LocationInfo/Classes/AppleGeocoder/*.h",
46       "dependencies": {
47         "LocationInfo/Core": [
49         ]
50       },
51       "frameworks": "CoreLocation"
52     },
53     {
54       "name": "LMGeocoder",
55       "source_files": "LocationInfo/Classes/LMGeocoder/**/*",
56       "public_header_files": "LocationInfo/Classes/LMGeocoder/*.h",
57       "dependencies": {
58         "LocationInfo/Core": [
60         ],
61         "LocationInfo/AppleGeocoder": [
63         ],
64         "LMGeocoderUniversal": [
66         ]
67       }
68     },
69     {
70       "name": "AppleMap",
71       "source_files": "LocationInfo/Classes/AppleMap/**/*",
72       "public_header_files": "LocationInfo/Classes/AppleMap/*.h",
73       "dependencies": {
74         "LocationInfo/Core": [
76         ],
77         "LocationInfo/AppleGeocoder": [
79         ]
80       },
81       "frameworks": "MapKit"
82     }
83   ]