[Add] DemoTestFramework 1.0.7
[CocoaPods.git] / Specs / 5 / c / 0 / TCJSON / 0.3.9 / TCJSON.podspec.json
blob5d55ff50bdd57b11ff82ebd806a6991f8e73c3ab
2   "name": "TCJSON",
3   "version": "0.3.9",
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.9"
15   },
16   "platforms": {
17     "ios": "9.0"
18   },
19   "pushed_with_swift_version": "4.0",
20   "subspecs": [
21     {
22       "name": "Core",
23       "source_files": "Sources/TCJSON/Classes/Core/**"
24     },
25     {
26       "name": "Alamofire",
27       "source_files": "Sources/TCJSON/Classes/Alamofire/**",
28       "dependencies": {
29         "TCJSON/Core": [
31         ],
32         "Alamofire": [
34         ]
35       }
36     },
37     {
38       "name": "Moya",
39       "source_files": "Sources/TCJSON/Classes/Moya/**",
40       "dependencies": {
41         "TCJSON/Core": [
43         ],
44         "Moya": [
46         ]
47       }
48     }
49   ]