2 "name": "LocationInfo",
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",
12 "truebucha": "truebucha@gmail.com"
15 "git": "https://github.com/truebucha/LocationInfo.git",
18 "social_media_url": "https://twitter.com/truebucha",
24 "public_header_files": "LocationInfo/Classes/LocationInfo.h",
25 "source_files": "LocationInfo/Classes/*.{h,m}",
26 "default_subspecs": "Core",
27 "frameworks": "Foundation",
31 "source_files": "LocationInfo/Classes/Core/**/*",
32 "public_header_files": "LocationInfo/Classes/Core/*.h"
36 "source_files": "LocationInfo/Classes/LMGeocoder/**/*",
37 "public_header_files": "LocationInfo/Classes/LMGeocoder/*.h",
39 "LocationInfo/Core": [
42 "LMGeocoderUniversal": [
48 "name": "AppleGeocoder",
49 "source_files": "LocationInfo/Classes/AppleGeocoder/**/*",
50 "public_header_files": "LocationInfo/Classes/AppleGeocoder/*.h",
52 "LocationInfo/Core": [
56 "frameworks": "CoreLocation"
60 "source_files": "LocationInfo/Classes/AppleMap/**/*",
61 "public_header_files": "LocationInfo/Classes/AppleMap/*.h",
63 "LocationInfo/Core": [
66 "LocationInfo/AppleGeocoder": [
70 "frameworks": "MapKit"