blob: 814e7c50fdf509b337ef048a2038daa3888f00c6 [file] [log] [blame]
{
"name": "SwiftRestModel",
"version": "1.0.3",
"summary": "Swift helper for REST models",
"homepage": "https://github.com/Rentlio/SwiftRestModel",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Juraj Hilje": "juraj.hilje@gmail.com"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Rentlio/SwiftRestModel.git",
"tag": "1.0.3"
},
"source_files": "Source/*.swift",
"dependencies": {
"Alamofire": [
"~> 3.3.1"
],
"SwiftyJSON": [
"~> 2.3.2"
],
"HTTPStatusCodes": [
"~> 2.0.2"
]
}
}