blob: 2df272e352c0c463c3233a207efa3a9c3714cb95 [file] [log] [blame]
{
"name": "SimpleJSONParser",
"version": "0.1.0",
"summary": "SimpleJSONParser lets a user simply parse JSON to any NSObject.",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"homepage": "https://github.com/ihorrapalyuk/SimpleJSONParser",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ihor Rapalyuk": "i.rapalyuk2012@gmail.com"
},
"source": {
"git": "https://github.com/ihorrapalyuk/SimpleJSONParser.git",
"tag": "0.1.0"
},
"source_files": "Classes/**/*.{swift,h,m}"
}