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": "Initial",
27 "frameworks": "Foundation",
31 "source_files": "LocationInfo/Classes/*",
32 "public_header_files": "LocationInfo/Classes/*.h",
34 "LocationInfo/Core": [
41 "source_files": "LocationInfo/Classes/Core/**/*",
42 "public_header_files": "LocationInfo/Classes/Core/*.h"
45 "name": "AppleGeocoder",
46 "source_files": "LocationInfo/Classes/AppleGeocoder/**/*",
47 "public_header_files": "LocationInfo/Classes/AppleGeocoder/*.h",
49 "LocationInfo/Initial": [
53 "frameworks": "CoreLocation"
57 "source_files": "LocationInfo/Classes/LMGeocoder/**/*",
58 "public_header_files": "LocationInfo/Classes/LMGeocoder/*.h",
60 "LocationInfo/Initial": [
63 "LocationInfo/AppleGeocoder": [
66 "LMGeocoderUniversal": [
73 "source_files": "LocationInfo/Classes/AppleMap/**/*",
74 "public_header_files": "LocationInfo/Classes/AppleMap/*.h",
76 "LocationInfo/Initial": [
79 "LocationInfo/AppleGeocoder": [
83 "frameworks": "MapKit"