[Add] GluedInCoreSDK 2.5.1
[CocoaPods.git] / Specs / 7 / c / d / Serpent / 1.0.5 / Serpent.podspec.json
blob0a8dfa8db238a194032897166312ecb9d2e2da20
2   "name": "Serpent",
3   "version": "1.0.5",
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.",
7   "license": "MIT",
8   "authors": {
9     "Nodes Agency - iOS": "ios@nodes.dk"
10   },
11   "social_media_url": "http://twitter.com/nodes_ios",
12   "platforms": {
13     "ios": "8.0",
14     "osx": "10.10",
15     "watchos": "2.0",
16     "tvos": "9.0"
17   },
18   "source": {
19     "git": "https://github.com/nodes-ios/Serpent.git",
20     "tag": "1.0.5"
21   },
22   "default_subspecs": "Core",
23   "pushed_with_swift_version": "3.0",
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "Serpent/Serpent/Classes/**/*",
28       "exclude_files": [
29         "Serpent/Serpent/Classes/Extensions/CashierExtension.swift",
30         "Serpent/Serpent/Classes/Extensions/AlamofireExtension.swift"
31       ]
32     },
33     {
34       "name": "Extensions",
35       "dependencies": {
36         "Serpent/Core": [
38         ],
39         "Serpent/AlamofireExtension": [
41         ],
42         "Serpent/CashierExtension": [
44         ]
45       }
46     },
47     {
48       "name": "AlamofireExtension",
49       "dependencies": {
50         "Serpent/Core": [
52         ],
53         "Alamofire": [
54           "~> 4.1"
55         ]
56       },
57       "source_files": "Serpent/Serpent/Classes/Extensions/AlamofireExtension.swift"
58     },
59     {
60       "name": "CashierExtension",
61       "dependencies": {
62         "Serpent/Core": [
64         ],
65         "Cashier": [
66           "~> 1.2.1"
67         ]
68       },
69       "source_files": "Serpent/Serpent/Classes/Extensions/CashierExtension.swift"
70     }
71   ]