[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 9 / 0 / 8 / BeyovaNet / 0.0.9 / BeyovaNet.podspec.json
blobba9f47f3733a57db03e31175114349e3203655ae
2   "name": "BeyovaNet",
3   "version": "0.0.9",
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.10",
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/Beyova/BeyovaNet.git",
19     "tag": "0.0.9",
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.10",
32         "ios": "8.0"
33       }
34     },
35     {
36       "name": "Promise",
37       "source_files": "BeyovaNetPromise/Sources/*.swift",
38       "platforms": {
39         "osx": "10.10",
40         "ios": "8.0"
41       },
42       "dependencies": {
43         "PromiseKit/CorePromise": [
45         ],
46         "BeyovaNet/Core": [
48         ]
49       }
50     }
51   ]