blob: cd31b7b2571e80fdd013f9b92672e4f6f5a077f0 [file] [log] [blame]
{
"name": "GSJSONParser",
"version": "0.2.2",
"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": "8.0"
},
"source": {
"git": "https://github.com/gangstarmn/GSJSONParser.git",
"tag": "0.2.2"
},
"source_files": "GSJSONParser/**/*.{h,m}",
"frameworks": "UIKit",
"requires_arc": true,
"dependencies": {
"ATLog": [
],
"GSLog": [
]
}
}