[Add] DemoTestFramework 1.0.7
[CocoaPods.git] / Specs / 5 / c / 0 / TCJSON / 0.1.11 / TCJSON.podspec.json
blob8793b4f8a2792ec68c8ffd192e6a1e8e2b68de6d
2   "name": "TCJSON",
3   "version": "0.1.11",
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.11"
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"