[Add] Amplitude 8.9.0
[CocoaPods.git] / Specs / 8 / 4 / 9 / SDKS / 1.0.7 / SDKS.podspec.json
blob679e66892c8f3b3643df016a7e4d16d745dcb11e
2   "name": "SDKS",
3   "version": "1.0.7",
4   "summary": "custom XJTest",
5   "homepage": "http://gitlab.jymeditech.com:12304/xiejie/SDKS",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "xiejie": "632663019@qq.com"
12   },
13   "platforms": {
14     "ios": "9.0"
15   },
16   "source": {
17     "git": "http://gitlab.jymeditech.com:12304/xiejie/SDKS",
18     "tag": "1.0.7"
19   },
20   "source_files": "Objc/SDKS.h",
21   "resource_bundles": {
22     "SDKS": [
23       "Objc/Widget/Resources/**/*.*",
24       "Objc/Widget/**/*.{xib,plist}"
25     ]
26   },
27   "requires_arc": true,
28   "subspecs": [
29     {
30       "name": "AFNetworking",
31       "source_files": "Objc/AFNetworking/**/*.{h,m}"
32     },
33     {
34       "name": "Masonry",
35       "source_files": "Objc/Masonry/**/*.{h,m}"
36     },
37     {
38       "name": "MJExtension",
39       "source_files": "Objc/MJExtension/**/*.{h,m}"
40     },
41     {
42       "name": "MJRefresh",
43       "source_files": "Objc/MJRefresh/**/*.{h,m}",
44       "resource_bundles": {
45         "MJRefresh": [
46           "Objc/MJRefresh/**/*.*"
47         ]
48       }
49     },
50     {
51       "name": "SDWebImage",
52       "source_files": "Objc/SDWebImage/**/*.{h,m}"
53     },
54     {
55       "name": "QMUIKit",
56       "source_files": "Objc/QMUIKit/**/*.{h,m}"
57     },
58     {
59       "name": "TempSDKs",
60       "source_files": "Objc/TempSDKs/**/*.{h,m}"
61     },
62     {
63       "name": "XLPageViewController",
64       "source_files": "Objc/XLPageViewController/**/*.{h,m}"
65     },
66     {
67       "name": "JYCatagory",
68       "source_files": "Objc/JYCatagory/**/*.{h,m}"
69     },
70     {
71       "name": "TempLib",
72       "source_files": "Objc/TempLib/**/*.{h,m}"
73     },
74     {
75       "name": "Widget",
76       "source_files": "Objc/**/*.{h,m}"
77     }
78   ]