[Add] GizoSDK 2.0.2-alpha.05
[CocoaPods.git] / Specs / a / 9 / 8 / JSONyCodable / 0.0.2 / JSONyCodable.podspec.json
blobc291511681ee28612594ec2e656f800d66fb5946
2   "name": "JSONyCodable",
3   "homepage": "https://github.com/Machipla/JSONyCodable",
4   "version": "0.0.2",
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.2"
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"