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 "source_files": "LocationInfo/Classes/**/*.{h,m}",
25 "frameworks": "Foundation",
29 "source_files": "LocationInfo/Classes/Core/**/*",
30 "public_header_files": "LocationInfo/Classes/Core/*.h"
33 "name": "StringConversion",
34 "source_files": "LocationInfo/Classes/StringConversion/**/*",
35 "public_header_files": "LocationInfo/Classes/StringConversion/*.h",
37 "LocationInfo/Core": [
43 "name": "AppleGeocoder",
44 "source_files": "LocationInfo/Classes/AppleGeocoder/**/*",
45 "public_header_files": "LocationInfo/Classes/AppleGeocoder/*.h",
47 "LocationInfo/Core": [
51 "frameworks": "CoreLocation"
55 "source_files": "LocationInfo/Classes/LMGeocoder/**/*",
56 "public_header_files": "LocationInfo/Classes/LMGeocoder/*.h",
58 "LocationInfo/Core": [
61 "LocationInfo/AppleGeocoder": [
64 "LMGeocoderUniversal": [
71 "source_files": "LocationInfo/Classes/AppleMap/**/*",
72 "public_header_files": "LocationInfo/Classes/AppleMap/*.h",
74 "LocationInfo/Core": [
77 "LocationInfo/AppleGeocoder": [
81 "frameworks": "MapKit"