[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 8 / c / 2 / SGYSwiftJSON / 1.0.0 / SGYSwiftJSON.podspec.json
blob5bf9b7a12c347eaca6d295c4ff14e3cc57eb656a
2   "name": "SGYSwiftJSON",
3   "version": "1.0.0",
4   "summary": "A library seeking to provide an automatic and type-safe approach to converting Swift models to and from JSON.",
5   "description": "SGYSwiftJSON seeks to dramatically simplify serialization and deserialization of Swift model to and from JSON. While serialization is fully supported, the primary goal is to go beyond simple key-value coding to provide a system for creating properly typed object graphs from JSON. This includes recursive conversion of types contained in collections, dictionaries, and complex objects. Out-of-the-box functionality includes support for the majority of common Foundation types and a ready to inherit base class for complex types (not required, but easier). Protocols are provided which allow extending functionality to unusual objects.",
6   "homepage": "https://github.com/sean915213/SGYSwiftJSON",
7   "license": "MIT",
8   "authors": {
9     "Sean G. Young": "sean.g.young@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/sean915213/SGYSwiftJSON.git",
13     "tag": "1.0.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "dependencies": {
21     "SGYKVCSafeNSObject": [
22       "~> 1.0"
23     ]
24   }