blob: 6a3ae8cf6552c742cee2e7855a2ae318ebb7de02 [file] [log] [blame]
{
"name": "NetworkMapper",
"version": "0.0.1",
"summary": "Map JSON responses to Swift Objects",
"homepage": "http://github.com/adamdebono/NetworkMapper",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Adam Debono": "me@adamdebono.com"
},
"platforms": {
"ios": "9.0",
"osx": "10.11",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/adamdebono/NetworkMapper.git",
"tag": "0.0.1"
},
"source_files": "Source/*.swift",
"dependencies": {
"Alamofire": [
"~> 4.0.0"
],
"Unbox": [
"~> 2.1.0"
]
},
"pushed_with_swift_version": "3.0"
}