[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 5 / c / 0 / TCJSON / 0.3.13 / TCJSON.podspec.json
blob23525a86c6a572bf78f02da3b19fc798d9925fdd
2   "name": "TCJSON",
3   "version": "0.3.13",
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.3.13"
15   },
16   "platforms": {
17     "ios": "9.0"
18   },
19   "subspecs": [
20     {
21       "name": "Core",
22       "source_files": "Sources/TCJSON/Classes/Core/**"
23     },
24     {
25       "name": "Alamofire",
26       "source_files": "Sources/TCJSON/Classes/Alamofire/**",
27       "dependencies": {
28         "TCJSON/Core": [
30         ],
31         "Alamofire": [
33         ]
34       }
35     },
36     {
37       "name": "Moya",
38       "source_files": "Sources/TCJSON/Classes/Moya/**",
39       "dependencies": {
40         "TCJSON/Core": [
42         ],
43         "Moya": [
45         ]
46       }
47     }
48   ]