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.",
8 "pod_target_xcconfig": {
13 "Nodes Agency - iOS": "ios@nodes.dk"
15 "social_media_url": "http://twitter.com/nodes_ios",
23 "git": "https://github.com/nodes-ios/Serpent.git",
26 "default_subspecs": "Core",
30 "source_files": "Serpent/Serpent/Classes/**/*",
32 "Serpent/Serpent/Classes/Extensions/CashierExtension.swift",
33 "Serpent/Serpent/Classes/Extensions/AlamofireExtension.swift"
42 "Serpent/AlamofireExtension": [
45 "Serpent/CashierExtension": [
51 "name": "AlamofireExtension",
60 "source_files": "Serpent/Serpent/Classes/Extensions/AlamofireExtension.swift"
63 "name": "CashierExtension",
72 "source_files": "Serpent/Serpent/Classes/Extensions/CashierExtension.swift"