blob: e7c70ff7e3d267afc3e68173e9c29bc4b11ef14d [file] [log] [blame]
{
"name": "GSJSONParser",
"version": "0.2.4",
"summary": "GSJSONParser is JSON Object mapper",
"description": "JSON object mapper from NSDictionary.",
"homepage": "https://github.com/gangstarmn/GSJSONParser",
"license": "MIT",
"authors": {
"Gantulga": "gangstarmn@gmail.com"
},
"platforms": {
"ios": "10.0",
"watchos": "5.0"
},
"source": {
"git": "https://github.com/gangstarmn/GSJSONParser.git",
"tag": "0.2.4"
},
"source_files": "GSJSONParser/**/*.{h,m}",
"frameworks": "UIKit",
"requires_arc": true,
"dependencies": {
"GSLog": [
]
}
}