[Add] CXHAdSDK-TopOn 1.6.6.1
[CocoaPods.git] / Specs / 3 / 1 / d / PortalIosLibrary / 0.1.0 / PortalIosLibrary.podspec.json
blob343413bb58c4067e8e60421d9b6d65145b16ecf4
2   "name": "PortalIosLibrary",
3   "version": "0.1.0",
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.1.0"
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     {
75       "name": "WVRParser",
76       "frameworks": [
77         "Foundation",
78         "Security"
79       ],
80       "dependencies": {
81         "PortalIosLibrary/WVRAppContext": [
83         ]
84       },
85       "subspecs": [
86         {
87           "name": "WVRParseUrl",
88           "source_files": [
89             "WVRParser/WVRParser/Classes/WVRParseUrl/*.{h,m}"
90           ],
91           "vendored_frameworks": "WVRParser/WVRParser/Classes/WVRParseUrl/*.framework"
92         }
93       ]
94     },
95     {
96       "name": "WVRCache",
97       "source_files": "WVRCache/WVRCache/Classes/**/**.{h,m}",
98       "dependencies": {
99         "FMDB": [
101         ]
102       }
103     },
104     {
105       "name": "WVRImage",
106       "vendored_frameworks": "WVRImage/WVRImage/Classes/SDWebImage.framework"
107     },
108     {
109       "name": "WVRSocketIO",
110       "vendored_frameworks": "WVRSocketIO/SocketIO.framework"
111     },
112     {
113       "name": "WVRNetModel",
114       "source_files": "WVRNetModel/WVRNetModel/Classes/*.{h,m}",
115       "requires_arc": true,
116       "dependencies": {
117         "YYModel": [
119         ],
120         "LKDBHelper": [
122         ],
123         "PortalIosLibrary/WVRUtil": [
125         ]
126       }
127     }
128   ]