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