[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 8 / c / 6 / TinyNetworking / 5.0.0 / TinyNetworking.podspec.json
blob5ef16f38f0cde25bbf0c7b00a2a2c9f5851af7d6
2   "name": "TinyNetworking",
3   "version": "5.0.0",
4   "license": {
5     "type": "MIT"
6   },
7   "homepage": "https://github.com/jdisho/TinyNetworking",
8   "authors": {
9     "Joan Disho": "dishojoan@gmail.com"
10   },
11   "summary": "Simple network layer written in Swift.",
12   "source": {
13     "git": "https://github.com/jdisho/TinyNetworking.git",
14     "tag": "5.0.0"
15   },
16   "swift_versions": "5.1",
17   "cocoapods_version": ">= 1.4.0",
18   "platforms": {
19     "ios": "10.0",
20     "osx": "10.12",
21     "watchos": "3.0",
22     "tvos": "10.0"
23   },
24   "default_subspecs": "Core",
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": "Sources/TinyNetworking/*.swift",
29       "frameworks": [
30         "Foundation",
31         "Combine"
32       ]
33     },
34     {
35       "name": "RxSwift",
36       "source_files": "Sources/RxTinyNetworking/*.swift",
37       "dependencies": {
38         "TinyNetworking/Core": [
40         ],
41         "RxSwift": [
42           "~> 6.0.0"
43         ]
44       }
45     }
46   ],
47   "swift_version": "5.1"