[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 1 / a / c / FCIPAddressGeocoder / 1.0.1 / FCIPAddressGeocoder.podspec.json
blobba91a1dd14ba4b3d7c105a7e3450526e8fbbd90b
2   "name": "FCIPAddressGeocoder",
3   "version": "1.0.1",
4   "license": {
5     "type": "UNLICENSE"
6   },
7   "homepage": "https://github.com/fabiocaccamo/FCIPAddressGeocoder",
8   "authors": {
9     "Fabio Caccamo": "fabio.caccamo@gmail.com"
10   },
11   "summary": "iOS Geocoder for geocode device IP Address location using a free GeoIP service and a block-based syntax.",
12   "source": {
13     "git": "https://github.com/fabiocaccamo/FCIPAddressGeocoder.git",
14     "tag": "1.0.1"
15   },
16   "source_files": "FCIPAddressGeocoder/*.{h,m}",
17   "platforms": {
18     "ios": "5.0"
19   },
20   "frameworks": [
21     "Foundation",
22     "UIKit",
23     "CoreLocation"
24   ],
25   "requires_arc": true