blob: 670a66e1e2c780669166afcc60f840d94f0134e5 [file] [log] [blame]
{
"name": "GuardedSwiftyJSON",
"version": "0.7",
"summary": "GuardedSwiftyJSON helps perform guarded initialization of models from JSON",
"homepage": "https://github.com/wiggzz/GuardedSwiftyJSON",
"license": {
"type": "MIT"
},
"authors": {
"Will James": "jameswt@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/wiggzz/GuardedSwiftyJSON.git",
"tag": "0.7"
},
"source_files": "GuardedSwiftyJSON/*.swift",
"dependencies": {
"SwiftyJSON": [
]
},
"pushed_with_swift_version": "3.0"
}