blob: 067c088e8358d0bd0afc0ba980db34914f9ae1b8 [file] [log] [blame]
{
"name": "SwiftRestModel",
"version": "2.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": "9.0"
},
"source": {
"git": "https://github.com/Rentlio/SwiftRestModel.git",
"tag": "2.0.3"
},
"source_files": "Source/*.swift",
"dependencies": {
"Alamofire": [
"~> 4.0.1"
],
"SwiftyJSON": [
"~> 3.1.0"
],
"HTTPStatusCodes": [
"~> 3.1.0"
]
},
"pushed_with_swift_version": "3.0"
}