[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 9 / 0 / 8 / BeyovaNet / 0.0.4 / BeyovaNet.podspec.json
blobd36423e3c59fbdebcf3cb5e41d8f01eb4eef136b
2   "name": "BeyovaNet",
3   "version": "0.0.4",
4   "summary": "BeyovaNet makes it easy to deal with Networking and Codable in Swift",
5   "homepage": "https://github.com/Beyova/BeyovaNet",
6   "license": {
7     "type": "MIT"
8   },
9   "authors": {
10     "canius": "canius.chu@outlook.com"
11   },
12   "requires_arc": true,
13   "platforms": {
14     "osx": "10.12",
15     "ios": "10.0"
16   },
17   "source": {
18     "git": "https://github.com/Beyova/BeyovaNet.git",
19     "tag": "0.0.4",
20     "submodules": true
21   },
22   "default_subspecs": "Core",
23   "pod_target_xcconfig": {
24     "OTHER_SWIFT_FLAGS": "-DBNCocoaPods"
25   },
26   "subspecs": [
27     {
28       "name": "Core",
29       "source_files": "Sources/*.swift",
30       "platforms": {
31         "osx": "10.12",
32         "ios": "10.0"
33       }
34     },
35     {
36       "name": "Promise",
37       "source_files": "BeyovaNetPromise/Sources/*.swift",
38       "platforms": {
39         "osx": "10.12",
40         "ios": "10.0"
41       },
42       "dependencies": {
43         "PromiseKit/CorePromise": [
45         ],
46         "BeyovaNet/Core": [
48         ]
49       }
50     }
51   ]