[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 3 / 1 / d / PortalIosLibrary / 0.0.7 / PortalIosLibrary.podspec.json
blobe9293cec6d1127fc3e16892366e24098915245b4
2   "name": "PortalIosLibrary",
3   "version": "0.0.7",
4   "summary": "for portal-ios project.",
5   "description": "this is for portal-ios project.",
6   "homepage": "https://github.com/portal-io/portal-ios-library",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "qbshen": "2837915131@qq.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/portal-io/portal-ios-library.git",
19     "tag": "0.0.7"
20   },
21   "requires_arc": true,
22   "subspecs": [
23     {
24       "name": "WVRAppContext",
25       "source_files": "WVRAppContext/WVRAppContext/Core/**/*.{h,m}",
26       "dependencies": {
27         "Toast": [
28           "~> 3.0"
29         ],
30         "CocoaLumberjack": [
31           "~> 3.2.0"
32         ],
33         "SAMKeychain": [
34           "~> 1.5"
35         ],
36         "Reachability": [
37           "~> 3.2"
38         ]
39       }
40     },
41     {
42       "name": "WVRNet",
43       "source_files": "WVRNet/WVRNet/WVRNetworking/**/*.{h,m}",
44       "dependencies": {
45         "AFNetworking": [
47         ],
48         "YYModel": [
50         ],
51         "ReactiveObjC": [
53         ]
54       }
55     },
56     {
57       "name": "WVRUtil",
58       "source_files": [
59         "WVRUtil/WVRUtil/Classes/**/*.{h,m}",
60         "WVRUtil/WVRUtil/Classes/*.h"
61       ],
62       "resources": [
63         "WVRUtil/WVRUtil/Classes/nation.db"
64       ],
65       "dependencies": {
66         "FMDB": [
68         ],
69         "CocoaHTTPServer": [
71         ]
72       }
73     }
74   ]