[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 0 / 1 / d / JerryEduSDK / 0.1.0 / JerryEduSDK.podspec.json
blobcbb3cf58e34240f5eea99436ce1eb16b7eff5e57
2   "name": "JerryEduSDK",
3   "version": "0.1.0",
4   "summary": "Jerry Education SDK",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/srs888001/EduApplication",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Jerry": "sirusheng@agora.io"
13   },
14   "source": {
15     "http": "http://test-srs.oss-cn-beijing.aliyuncs.com/Frameworks.zip"
16   },
17   "platforms": {
18     "ios": "10.0"
19   },
20   "resource_bundles": {
21     "AgoraEduSDK": [
22       "Frameworks/AgoraEduSDK.framework/AgoraEduSDK.bundle/*"
23     ]
24   },
25   "dependencies": {
26     "AgoraRtm_iOS": [
27       "1.4.1"
28     ],
29     "AgoraRtcEngine_iOS": [
30       "2.9.0.107"
31     ],
32     "AFNetworking": [
33       "4.0.1"
34     ],
35     "Whiteboard": [
36       "2.9.14"
37     ],
38     "CocoaLumberjack": [
39       "3.6.1"
40     ],
41     "AliyunOSSiOS": [
42       "2.10.8"
43     ]
44   },
45   "default_subspecs": "All",
46   "requires_arc": true,
47   "pod_target_xcconfig": {
48     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
49   },
50   "user_target_xcconfig": {
51     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
52   },
53   "subspecs": [
54     {
55       "name": "All",
56       "vendored_frameworks": [
57         "Frameworks/AgoraEduSDK.framework",
58         "Frameworks/EduSDK.framework",
59         "Frameworks/AgoraLog.framework",
60         "Frameworks/AgoraWhiteBoard.framework",
61         "Frameworks/AgoraReplay.framework",
62         "Frameworks/AgoraReplayUI.framework"
63       ]
64     },
65     {
66       "name": "AgoraEdu",
67       "resource_bundles": {
68         "AgoraEduSDK": [
69           "Frameworks/AgoraEduSDK.framework/AgoraEduSDK.bundle/*"
70         ]
71       },
72       "vendored_frameworks": [
73         "Frameworks/AgoraEduSDK.framework",
74         "Frameworks/EduSDK.framework",
75         "Frameworks/AgoraLog.framework",
76         "Frameworks/AgoraWhiteBoard.framework"
77       ]
78     }
79   ]