blob: a162d631ead078afd7ba9a6a230acc3e88541d04 [file] [log] [blame]
{
"name": "SwiftyJSONModel",
"version": "2.3.0",
"summary": "Better way to use SwiftyJSON with custom models",
"homepage": "https://github.com/alickbass/SwiftyJSONModel",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Oleksii Dykan": "alickbass@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/alickbass/SwiftyJSONModel.git",
"tag": "2.3.0",
"branch": "master"
},
"source_files": "SwiftyJSONModel/*.swift",
"dependencies": {
"SwiftyJSON": [
"~> 4.0"
]
},
"pushed_with_swift_version": "3.0"
}