blob: 33ce10830046c69cc6baba0fcff04b2d916466f2 [file] [log] [blame]
{
"name": "JSONMatching",
"version": "1.0.2",
"summary": "JSONMatching provide an easy way to decode JSON data into Model object in Swift",
"homepage": "https://github.com/SiriDx/JSONMatching",
"license": {
"type": "MIT"
},
"authors": {
"DeanChen": "dxchen321@gmail.com"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/SiriDx/JSONMatching.git",
"tag": "1.0.2"
},
"source_files": "Source/*.swift"
}