[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 8 / 0 / 9 / JXFoundation / 2.2.3 / JXFoundation.podspec.json
bloba29f13b04e99570cc2f9ca3e2404e200c25fa471
2   "name": "JXFoundation",
3   "version": "2.2.3",
4   "summary": "基类,自定义view,extension,方法工具,用于快速集成",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/dujinxin/JXFoundation",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "dujinxin": "510033463@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/dujinxin/JXFoundation.git",
16     "tag": "2.2.3"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "swift_versions": "5.1",
22   "resources": "JXFoundation/Classes/Resources/JXFoundation.bundle",
23   "dependencies": {
24     "ReachabilitySwift": [
26     ]
27   },
28   "subspecs": [
29     {
30       "name": "Basic",
31       "source_files": "JXFoundation/Classes/Basic/**/*",
32       "dependencies": {
33         "JXFoundation/Core": [
35         ],
36         "JXFoundation/UIKit": [
38         ]
39       }
40     },
41     {
42       "name": "Core",
43       "source_files": "JXFoundation/Classes/Core/**/*"
44     },
45     {
46       "name": "UIKit",
47       "source_files": "JXFoundation/Classes/UIKit/**/*",
48       "dependencies": {
49         "JXFoundation/Core": [
51         ]
52       }
53     }
54   ],
55   "swift_version": "5.1"