[Add] jionews-shortssdk-cocoapod 2.1.5
[CocoaPods.git] / Specs / e / b / 3 / CodableWrappers / 2.0.7 / CodableWrappers.podspec.json
blob94db9304ab04c95f7a2cb90e2b85b22cbf62308b
2   "name": "CodableWrappers",
3   "version": "2.0.7",
4   "swift_versions": [
5     "5.2"
6   ],
7   "summary": "Simplified Serialization with Property Wrappers",
8   "description": "Simplified Serialization with Property Wrappers\n * @EncodeNulls\n * Lossy Collections\n * Empty Defaults\n * Other Fallbacks\n * @OmitCoding\n * @Base64Coding\n * @SecondsSince1970DateCoding\n * @MillisecondsSince1970DateCoding\n * @DateFormatterCoding<DateFormatterStaticCoder>\n * @ISO8601DateCoding\n * @ISO8601DateFormatterCoding<ISO8601DateFormatterStaticCoder>\n * @NonConformingFloatCoding<ValueProvider>\n * @NonConformingDoubleCoding<ValueProvider>\n * Bool Coding\n * Additional Customization\n * Property Mutability\n * Only Encoding or Decoding\n * Property Mutability\n * Optional\n * Only Encoding or Decoding",
9   "homepage": "https://github.com/GottaGetSwifty/CodableWrappers",
10   "license": {
11     "type": "APACHE",
12     "file": "LICENSE"
13   },
14   "authors": {
15     "GottaGetSwifty": "https://github.com/GottaGetSwifty"
16   },
17   "source": {
18     "git": "https://github.com/GottaGetSwifty/CodableWrappers.git",
19     "tag": "2.0.7"
20   },
21   "source_files": "Sources/**/*",
22   "frameworks": "Foundation",
23   "platforms": {
24     "ios": "10.0",
25     "osx": "10.12",
26     "tvos": "10.0",
27     "watchos": "3.0"
28   },
29   "swift_version": "5.2"