[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 3 / 5 / 0 / SJContactIntegrate / 3.4.4 / SJContactIntegrate.podspec.json
blobe81091810de6f66818293c3b8be618ce708b7b11
2   "name": "SJContactIntegrate",
3   "version": "3.4.4",
4   "summary": "video player.",
5   "description": "https://github.com/changsanjiang/SJContactIntegrate/blob/master/README.md",
6   "homepage": "https://github.com/changsanjiang/SJContactIntegrate",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "SanJiang": "changsanjiang@gmail.com"
13   },
14   "platforms": {
15     "ios": "12.0"
16   },
17   "source": {
18     "git": "https://github.com/KyleWhale/SJContactIntegrate.git",
19     "tag": "v3.4.4"
20   },
21   "requires_arc": true,
22   "dependencies": {
23     "SJBaseSequenceInvolve": [
25     ]
26   },
27   "source_files": "SJContactIntegrate/*.{h,m}",
28   "subspecs": [
29     {
30       "name": "Common",
31       "source_files": "SJContactIntegrate/Common/**/*",
32       "dependencies": {
33         "Masonry": [
35         ],
36         "SJBaseSequenceInvolve": [
38         ],
39         "SJUIKit/AttributesFactory": [
41         ],
42         "SJContactIntegrate/ResourceLoader": [
44         ]
45       }
46     },
47     {
48       "name": "ControlLayers",
49       "source_files": "SJContactIntegrate/ControlLayers/**/*",
50       "dependencies": {
51         "SJContactIntegrate/Common": [
53         ]
54       }
55     },
56     {
57       "name": "ResourceLoader",
58       "source_files": "SJContactIntegrate/ResourceLoader/*.{h,m}",
59       "resources": "SJContactIntegrate/ResourceLoader/SJContactIntegrate.bundle"
60     }
61   ]