[Add] RegulaCommonNightly 7.5.947
[CocoaPods.git] / Specs / a / d / 7 / LocationInfo / 1.0.1 / LocationInfo.podspec.json
blob01e6a8578d585361813b806af3e9820e22182e0f
2   "name": "LocationInfo",
3   "version": "1.0.1",
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.0.1"
17   },
18   "social_media_url": "https://twitter.com/truebucha",
19   "platforms": {
20     "ios": "9.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": "Core",
27   "frameworks": "Foundation",
28   "subspecs": [
29     {
30       "name": "Core",
31       "source_files": "LocationInfo/Classes/Core/**/*",
32       "public_header_files": "LocationInfo/Classes/Core/*.h"
33     },
34     {
35       "name": "LMGeocoder",
36       "source_files": "LocationInfo/Classes/LMGeocoder/**/*",
37       "public_header_files": "LocationInfo/Classes/LMGeocoder/*.h",
38       "dependencies": {
39         "LocationInfo/Core": [
41         ],
42         "LMGeocoderUniversal": [
44         ]
45       }
46     },
47     {
48       "name": "AppleGeocoder",
49       "source_files": "LocationInfo/Classes/AppleGeocoder/**/*",
50       "public_header_files": "LocationInfo/Classes/AppleGeocoder/*.h",
51       "dependencies": {
52         "LocationInfo/Core": [
54         ]
55       },
56       "frameworks": "CoreLocation"
57     },
58     {
59       "name": "AppleMap",
60       "source_files": "LocationInfo/Classes/AppleMap/**/*",
61       "public_header_files": "LocationInfo/Classes/AppleMap/*.h",
62       "dependencies": {
63         "LocationInfo/Core": [
65         ],
66         "LocationInfo/AppleGeocoder": [
68         ]
69       },
70       "frameworks": "MapKit"
71     }
72   ]