[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / f / 1 / 9 / ZipCodeAPISearch / 0.1.0 / ZipCodeAPISearch.podspec.json
blobd501f888b889e2be3d5022d2c688e7b3bbd73c16
2   "name": "ZipCodeAPISearch",
3   "version": "0.1.0",
4   "summary": "ZipCodeAPISearch returns location for a zip code using the ZipCodeAPI.",
5   "description": "ZipCodeAPISearch provides a lightweight framework that performs a network call to fetch location data using a zip code from the public ZipCodeAPI. It makes use of the Alamofire for the network requst and Gloss to serialize the JSON data into working models.",
6   "homepage": "https://github.com/lpollard11/ZipCodeAPISearch.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "lpollard11": "tjdet11@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/lpollard11/ZipCodeAPISearch.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "ZipCodeAPISearch/Classes/**/*",
22   "frameworks": "UIKit",
23   "dependencies": {
24     "Alamofire": [
25       "~> 4.3.0"
26     ],
27     "Gloss": [
28       "~> 1.2.0"
29     ]
30   },
31   "pushed_with_swift_version": "3.0"