[Add] boost-iosx 1.85.0.1
[CocoaPods.git] / Specs / 8 / c / 6 / TinyNetworking / 2.2.0 / TinyNetworking.podspec.json
blobb54b7262e12c4c30bab049f4328c9c8de441a153
2   "name": "TinyNetworking",
3   "version": "2.2.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": "2.2.0"
15   },
16   "swift_versions": "5.0",
17   "cocoapods_version": ">= 1.4.0",
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.10",
21     "watchos": "3.0",
22     "tvos": "9.0"
23   },
24   "default_subspecs": "Core",
25   "swift_version": "5.0",
26   "subspecs": [
27     {
28       "name": "Core",
29       "source_files": "Sources/TinyNetworking/*.swift",
30       "frameworks": "Foundation"
31     },
32     {
33       "name": "RxSwift",
34       "source_files": "Sources/RxTinyNetworking/*.swift",
35       "dependencies": {
36         "TinyNetworking/Core": [
38         ],
39         "RxSwift": [
40           "~> 5.0"
41         ]
42       }
43     }
44   ]