blob: d501f888b889e2be3d5022d2c688e7b3bbd73c16 [file] [log] [blame]
{
"name": "ZipCodeAPISearch",
"version": "0.1.0",
"summary": "ZipCodeAPISearch returns location for a zip code using the ZipCodeAPI.",
"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.",
"homepage": "https://github.com/lpollard11/ZipCodeAPISearch.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"lpollard11": "tjdet11@gmail.com"
},
"source": {
"git": "https://github.com/lpollard11/ZipCodeAPISearch.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "ZipCodeAPISearch/Classes/**/*",
"frameworks": "UIKit",
"dependencies": {
"Alamofire": [
"~> 4.3.0"
],
"Gloss": [
"~> 1.2.0"
]
},
"pushed_with_swift_version": "3.0"
}