[Add] STBaseProject 1.0.8
[CocoaPods.git] / Specs / 7 / 5 / e / CodableProperty / 0.2.1 / CodableProperty.podspec.json
blob99d21b56dfda0326799dedf9930c53536b98ec7b
2   "name": "CodableProperty",
3   "version": "0.2.1",
4   "summary": "Easy transforming of Codable types written in Swift",
5   "description": "CodableProperty is a framework written in Swift that works along with the build in `Codable` protocol.\nUses the new `propertyWrapper` feature of Swift 5.1 to make type transformation easier.",
6   "homepage": "https://github.com/gcharita/CodableProperty",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "gcharita": "chgiorgos13@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/gcharita/CodableProperty.git",
16     "tag": "0.2.1"
17   },
18   "platforms": {
19     "watchos": "2.0",
20     "ios": "8.0",
21     "osx": "10.9",
22     "tvos": "9.0"
23   },
24   "source_files": "CodableProperty/Classes/**/*",
25   "swift_versions": "5.1",
26   "swift_version": "5.1"