[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 8 / 4 / 9 / SDKS / 1.2.1 / SDKS.podspec.json
blob6651ecb607c31ccf770e31f0373fdb8aa4bcb7a4
2   "name": "SDKS",
3   "version": "1.2.1",
4   "summary": "custom XJTest",
5   "homepage": "http://gitlab.developerplat.com/xiejie/interface",
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.developerplat.com/xiejie/interface",
18     "tag": "1.2.1"
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   "dependencies": {
29     "SDWebImage": [
30       "~> 5.12.5"
31     ],
32     "MJRefresh": [
33       "~> 3.7.5"
34     ],
35     "Masonry": [
36       "~> 1.1.0"
37     ],
38     "JKCategories": [
40     ]
41   },
42   "subspecs": [
43     {
44       "name": "TempSDKs",
45       "source_files": "Objc/TempSDKs/**/*.{h,m}"
46     },
47     {
48       "name": "Widget",
49       "source_files": "Objc/**/*.{h,m}"
50     }
51   ]