blob: 89c188a5dd2c09596e8fd5594a587626e543515b [file] [log] [blame]
{
"name": "SwiftyJSONDecodable",
"version": "0.1.2",
"summary": "Framework for decoding from SwiftyJSON to well typed objects/values types.",
"homepage": "https://github.com/pollarm/SwiftyJSONDecodable",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mike Pollard": "mikeypollard@me.com"
},
"social_media_url": "http://twitter.com/mikeypollard1",
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/pollarm/SwiftyJSONDecodable.git",
"tag": "0.1.2"
},
"source_files": "SwiftyJSONDecodable/**/*.{h,swift}",
"dependencies": {
"SwiftyJSON": [
"~> 2.3"
]
}
}