blob: ee86c8aeb12f064f8669becd4e3578e86d58c55e [file] [log] [blame]
{
"name": "SGJsonKit",
"version": "1.1.1",
"license": "MIT",
"summary": "Auto-mapping json objects to Objective-C classes",
"description": " * Purpose\n\t\t\t\t * Auto-mapping json objects to Objective-C classes\n\t\t\t\t * Generate JSON from Objective-C classes\n * Requirements\n\t\t\t\t * iOS v5.0 and later\n\t\t\t\t\t* Mac OS X v10.7 and later\n",
"homepage": "http://github.com/dongminkim/SGJsonKit",
"authors": {
"Dongmin Kim": "dongmin.kim@gmail.com"
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"source": {
"git": "https://github.com/dongminkim/SGJsonKit.git",
"tag": "v1.1.1"
},
"source_files": [
"SGJsonKit/*.{h,m}",
"SGJsonKit/NumberArray/*.{h,m}"
],
"requires_arc": true
}