blob: 1ff2a68a686387f44b106b1bee53590659b8d131 [file] [log] [blame]
{
"name": "SwiftRestModel",
"version": "1.0.1",
"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.1"
},
"source_files": "Source/*.swift",
"dependencies": {
"Alamofire": [
"~> 3.0"
],
"SwiftyJSON": [
"~> 2.3.2"
],
"HTTPStatusCodes": [
"~> 2.0.0"
]
}
}