[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 8 / c / 6 / TinyNetworking / 1.0.0 / TinyNetworking.podspec.json
blob1b85b57d2104bdf329135fae335599eba2d1bc17
2   "name": "TinyNetworking",
3   "version": "1.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": "1.0.0"
15   },
16   "platforms": {
17     "ios": "8.0",
18     "osx": "10.10",
19     "watchos": "2.0",
20     "tvos": "9.0"
21   },
22   "default_subspecs": "Core",
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "Sources/TinyNetworking/*.swift",
27       "frameworks": "Foundation"
28     },
29     {
30       "name": "RxSwift",
31       "source_files": "Sources/RxTinyNetworking/*.swift",
32       "dependencies": {
33         "TinyNetworking/Core": [
35         ],
36         "RxSwift": [
37           "~> 4.0"
38         ]
39       }
40     }
41   ]