blob: 7bd3316a84b5f3f1da9f2f3e9859a3d3b8de8aad [file] [log] [blame]
{
"name": "GuardedSwiftyJSON",
"version": "0.4.2",
"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.4.2"
},
"source_files": "GuardedSwiftyJSON/*.swift",
"dependencies": {
"SwiftyJSON": [
]
}
}