[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / a / 9 / 8 / JSONyCodable / 0.0.3 / JSONyCodable.podspec.json
blob5e19a0286b578932e150ef9f0cc3a233a33f7372
2   "name": "JSONyCodable",
3   "homepage": "https://github.com/Machipla/JSONyCodable",
4   "version": "0.0.3",
5   "platforms": {
6     "ios": "9.0"
7   },
8   "authors": "Mario Chinchilla",
9   "summary": "Making easier the decoding/encoding from/to JSON via Decodable/Encodable protocol!",
10   "license": {
11     "type": "MIT",
12     "file": "LICENSE.md"
13   },
14   "source": {
15     "git": "https://github.com/Machipla/JSONyCodable.git",
16     "tag": "0.0.3"
17   },
18   "swift_version": "4.0",
19   "source_files": "Sources/**/*.{swift}",
20   "dependencies": {
21     "SugarLump/Foundation": [
22       "~> 0.0.1"
23     ]
24   },
25   "frameworks": "Foundation"