[Add] HyperCore 0.0.1
[CocoaPods.git] / Specs / 5 / c / 0 / TCJSON / 0.1.14 / TCJSON.podspec.json
blobf796d1dc589b7c29a2b371497ed773ac92175fa2
2   "name": "TCJSON",
3   "version": "0.1.14",
4   "summary": "TCJSON is a utility that wraps Codable coding/decoding.",
5   "description": "Simple monadic wrapper for JSON Codable. You can use this to simplify boring coding and decoding from/to JSON.",
6   "homepage": "https://github.com/TizianoCoroneo/TCJSON",
7   "license": "MIT",
8   "authors": {
9     "Tiziano Coroneo": "tizianocoroneo@me.com"
10   },
11   "social_media_url": "https://facebook.com/tizianocoroneo",
12   "source": {
13     "git": "https://github.com/TizianoCoroneo/TCJSON.git",
14     "tag": "0.1.14"
15   },
16   "platforms": {
17     "ios": "11.0"
18   },
19   "source_files": [
20     "TCJSON/Classes",
21     "TCJSON/Classes/**/*.{h,m}"
22   ],
23   "exclude_files": "TCJSON/Classes/Exclude",
24   "pushed_with_swift_version": "4.0"