4 "summary": "A protocol to serialize Swift structs and classes for encoding and decoding.",
5 "homepage": "https://github.com/nodes-ios/Serpent",
6 "description": "Serpent is a framework made for creating model objects or structs that can be easily serialized and deserialized from/to JSON. It's easily expandable and handles all common data types used when consuming a REST API, as well as recursive parsing of custom objects.\nIt's designed to be used together with our helper app, the Model Boiler, making model creation a breeze. Serpent is implemented using protocol extensions and static typing.\nAlso provides extensions for Alamofire and Cashier.",
9 "Nodes Agency - iOS": "ios@nodes.dk"
11 "social_media_url": "http://twitter.com/nodes_ios",
19 "git": "https://github.com/nodes-ios/Serpent.git",
22 "default_subspecs": "Core",
23 "pushed_with_swift_version": "3.0",
27 "source_files": "Serpent/Serpent/Classes/**/*",
29 "Serpent/Serpent/Classes/Extensions/CashierExtension.swift",
30 "Serpent/Serpent/Classes/Extensions/AlamofireExtension.swift"
39 "Serpent/AlamofireExtension": [
42 "Serpent/CashierExtension": [
48 "name": "AlamofireExtension",
57 "source_files": "Serpent/Serpent/Classes/Extensions/AlamofireExtension.swift"
60 "name": "CashierExtension",
69 "source_files": "Serpent/Serpent/Classes/Extensions/CashierExtension.swift"