blob: f8761008cb4dbdd83bffc2e31f61b6b73ca7476b [file] [log] [blame]
{
"name": "NetworkMapper",
"version": "0.2.0",
"summary": "A framework to 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.2.0"
},
"source_files": "Source/*.swift",
"dependencies": {
"Alamofire": [
"~> 4.4.0"
],
"Unbox": [
"~> 2.4.0"
]
},
"pushed_with_swift_version": "3.0"
}