[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 8 / c / 2 / SGYSwiftJSON / 2.0 / SGYSwiftJSON.podspec.json
blob786e187cf1abfee718118641651cf6b6be3954c9
2   "name": "SGYSwiftJSON",
3   "version": "2.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": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Sean G. Young": "sean.g.young@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/sean915213/SGYSwiftJSON.git",
16     "tag": "2.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "SGYSwiftJSON/Classes/**/*",
22   "dependencies": {
23     "SGYKVCSafeNSObject": [
25     ]
26   },
27   "pushed_with_swift_version": "3.0"