[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / e / 2 / c / IOS-Offline-GeoCoder / 0.0.4 / IOS-Offline-GeoCoder.podspec.json
blob7df19cab79ee472463161812bbee8ac9bb057b1a
2   "name": "IOS-Offline-GeoCoder",
3   "version": "0.0.4",
4   "summary": "An Offline Reverse GeoCoder for IOS.",
5   "description": "An Offline version of reverse Geo Code for IOS to retrieve Countries Name and ISO Codes.",
6   "homepage": "https://github.com/soheilbm/IOS-Offline-GeoCoder",
7   "license": {
8     "type": "APACHE"
9   },
10   "authors": {
11     "Soheilbm": "soheilbm@me.com"
12   },
13   "platforms": {
14     "ios": "6.0"
15   },
16   "source": {
17     "git": "https://github.com/soheilbm/IOS-Offline-GeoCoder.git",
18     "tag": "v0.0.4"
19   },
20   "source_files": "Classes/reverseGeoCoder.{h,m}",
21   "resources": "Classes/CountriesGeoCode.json",
22   "frameworks": [
23     "Foundation",
24     "CoreLocation"
25   ],
26   "requires_arc": true