[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 8 / c / a / SGJsonKit / 1.2.2 / SGJsonKit.podspec.json
blobc02a69ce7ca6f4fe71e5f48198adb3f56ce842f0
2   "name": "SGJsonKit",
3   "version": "1.2.2",
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.2.2"
18   },
19   "source_files": [
20     "SGJsonKit/*.{h,m}",
21     "SGJsonKit/NumberArray/*.{h,m}"
22   ],
23   "requires_arc": true