blob: 016993bdeed950d82b75432c6d3ae3df00e7a8cc [file] [log] [blame]
{
"name": "NetworkMapper",
"version": "1.1.1",
"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": "1.1.1"
},
"source_files": "Source/*.swift",
"dependencies": {
"Alamofire": [
"~> 4.7.2"
],
"AlamofireImage": [
"~> 3.3.1"
]
}
}