[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 5 / c / 0 / TCJSON / 0.1.0 / TCJSON.podspec.json
blob2449df541ef79f2e745b0ab559eb1ded68d37bd0
2   "name": "TCJSON",
3   "version": "0.1.0",
4   "summary": "Simple monadic library for JSON Codable.",
5   "description": "TCJSON is a simple monadic library built on top of iOS 11's Codable protocol.\nYou just have to make your Codable models conform to TCJSONCodable (without implementing a single function) to get a bunch of utlity functions and initializers.",
6   "homepage": "https://github.com/TizianoCoroneo/TCJSON",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "TizianoCoroneo": "tizianocoroneo@me.com"
13   },
14   "source": {
15     "git": "https://github.com/TizianoCoroneo/TCJSON.git",
16     "tag": "0.1.0"
17   },
18   "social_media_url": "https://facebook.com/tizianocoroneo",
19   "platforms": {
20     "ios": "11.0"
21   },
22   "source_files": "TCJSON/Classes/**/*",
23   "pushed_with_swift_version": "4.0"