[Add] ZJSDK 2.5.8.10
[CocoaPods.git] / Specs / 2 / a / d / CodableExtensions / 0.3.0 / CodableExtensions.podspec.json
blob74201e4950295a77d10df7bee19616b4cd3797b5
2   "name": "CodableExtensions",
3   "swift_version": "5.0",
4   "version": "0.3.0",
5   "summary": "CodableExtensions provides some useful extensions to Swift Codable",
6   "description": "Adds extensions to allow custom transformations during decoding. Also makes the interface a bit cleaner.",
7   "homepage": "https://github.com/jamesruston/CodableExtensions",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "jamesruston": "jruston90@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/jamesruston/CodableExtensions.git",
17     "tag": "0.3.0"
18   },
19   "social_media_url": "https://twitter.com/james_ruston",
20   "platforms": {
21     "ios": "9.0"
22   },
23   "source_files": "Classes/**/*"