blob: 1a2952b00278e41267d50919f9b029064407a70e [file] [log] [blame]
{
"name": "BWJSONMatcher",
"version": "1.0.0",
"summary": "BWJSONMatcher helps you easily match a JSON string or JSON object up with your data model",
"homepage": "https://github.com/BurrowsWang/BWJSONMatcher",
"license": {
"type": "MIT"
},
"authors": {
"BurrowsWang": "burrowswang@gmail.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/BurrowsWang/BWJSONMatcher.git",
"tag": "1.0.0"
},
"source_files": "BWJSONMatcher/*.{h,m,c}",
"requires_arc": true
}