[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 8 / c / 6 / TinyNetworking / 4.0.1 / TinyNetworking.podspec.json
blobd96b27c422b78d3912647c919c9f9de7d36d3069
2   "name": "TinyNetworking",
3   "version": "4.0.1",
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": "4.0.1"
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           "~> 5.0"
43         ]
44       }
45     }
46   ],
47   "swift_version": "5.1"