[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 8 / c / a / SGJsonKit / 1.0 / SGJsonKit.podspec.json
blobed3a99ae823647f0e6cd527a0634e7c0b9744e38
2   "name": "SGJsonKit",
3   "version": "1.0",
4   "license": "MIT",
5   "summary": "Auto-mapping json objects to Objective-C classes",
6   "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",
7   "homepage": "http://github.com/dongminkim/SGJsonKit",
8   "authors": {
9     "Dongmin Kim": "dongmin.kim@gmail.com"
10   },
11   "platforms": {
12     "ios": "5.0",
13     "osx": "10.7"
14   },
15   "source": {
16     "git": "https://github.com/dongminkim/SGJsonKit.git",
17     "tag": "v1.0"
18   },
19   "source_files": "SGJsonKit/*.{h,m}",
20   "requires_arc": true