[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 3 / 2 / f / VULSDK-iOS / 1.0.0 / VULSDK-iOS.podspec.json
blobae72201ae75fb6d9db55b21c92e29e301ae9d477
2   "name": "VULSDK-iOS",
3   "version": "1.0.0",
4   "summary": "Wuji student terminal SDK development.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/wujihulian/VULSDK-iOS.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "岳克维": "yuekewei@aliyun.com"
13   },
14   "source": {
15     "git": "https://github.com/wujihulian/VULSDK-iOS.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "vendored_frameworks": "VULSDK/Classes/VULSDK.framework",
22   "frameworks": [
23     "Foundation",
24     "UIKit"
25   ],
26   "requires_arc": true,
27   "static_framework": true,
28   "dependencies": {
29     "AFNetworking": [
30       "~> 4.0.1"
31     ],
32     "YTKNetwork": [
33       "~> 3.0.2"
34     ],
35     "MJRefresh": [
36       "~> 3.5.0"
37     ],
38     "MJExtension": [
39       "~> 3.2.2"
40     ],
41     "SDWebImage": [
42       "~> 4.0.0"
43     ],
44     "Masonry": [
45       "~> 1.1.0"
46     ],
47     "MBProgressHUD": [
48       "~> 1.2.0"
49     ],
50     "ReactiveObjC": [
51       "~> 3.1.1"
52     ],
53     "IQKeyboardManager": [
54       "~> 6.5.6"
55     ],
56     "Reachability": [
57       "~> 3.2"
58     ],
59     "GCDWebServer": [
60       "~> 3.5.4"
61     ],
62     "Mantle": [
63       "~> 2.1.1"
64     ],
65     "TYPagerController": [
66       "~> 2.1.2"
67     ],
68     "SocketRocket": [
69       "~> 0.5.1"
70     ],
71     "ZFDownload": [
72       "~> 1.0.2"
73     ],
74     "CYLTabBarController": [
75       "~> 1.28.5"
76     ],
77     "TZImagePickerController": [
78       "~> 3.1.0"
79     ],
80     "AAChartKit": [
81       "~> 5.0.3"
82     ],
83     "XLPhotoBrowser+CoderXL": [
84       "~> 1.2.0"
85     ],
86     "MRDLNA": [
87       "~> 0.1.1"
88     ],
89     "Sentry": [
90       "~> 4.5.0"
91     ],
92     "WZLBadge": [
93       "~> 1.2.6"
94     ],
95     "zhPopupController": [
96       "~> 2.0.0"
97     ],
98     "JXCategoryView": [
99       "~> 1.5.6"
100     ],
101     "JXPagingView/Pager": [
102       "~> 2.0.12"
103     ],
104     "SVGKit": [
105       "~> 2.1.1"
106     ],
107     "AgoraRtcEngine_iOS": [
108       "~> 3.1.0"
109     ],
110     "ZFPlayer": [
111       "~> 4.0.1"
112     ],
113     "ZFPlayer/ControlView": [
114       "~> 4.0.1"
115     ],
116     "ZFPlayer/AVPlayer": [
117       "~> 4.0.1"
118     ],
119     "ZFPlayer/ijkplayer": [
120       "~> 4.0.1"
121     ]
122   },
123   "pod_target_xcconfig": {
124     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
125   },
126   "user_target_xcconfig": {
127     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
128   },
129   "xcconfig": {
130     "VALID_ARCHS": "armv7 arm64 x86_64"
131   }