[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 3 / 1 / d / PortalIosLibrary / 0.0.8 / PortalIosLibrary.podspec.json
blob666e33f31d9815ab44c50bc32fbd732f65939ea3
2   "name": "PortalIosLibrary",
3   "version": "0.0.8",
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.8"
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           "dependencies": {
93             "PortalIosLibrary/WVRAppContext": [
95             ]
96           }
97         }
98       ]
99     }
100   ]