[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 2 / 4 / 8 / DelegateCenter / 1.1.0 / DelegateCenter.podspec.json
blob2dccd24b3471a30f6008c705feb2182691704d51
2   "name": "DelegateCenter",
3   "version": "1.1.0",
4   "summary": "Delegate Notification Center.",
5   "description": "A protocol oriented notification Center",
6   "homepage": "https://github.com/install-b/DelegateCenter",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "install-b": "645256685@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/install-b/DelegateCenter.git",
16     "tag": "1.1.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "swift_versions": "4.2",
22   "source_files": "Classes/*.swift",
23   "default_subspecs": [
24     "MultiProxyObject",
25     "ForwardProxy"
26   ],
27   "subspecs": [
28     {
29       "name": "SafeExcute",
30       "source_files": "Classes/SafeExcute/**/*.swift"
31     },
32     {
33       "name": "ForwardProxy",
34       "source_files": "Classes/ForwardProxy/**/*.*"
35     },
36     {
37       "name": "MultiProxyObject",
38       "source_files": "Classes/MultiProxyObject/**/*.swift",
39       "dependencies": {
40         "DelegateCenter/SafeExcute": [
42         ]
43       }
44     }
45   ],
46   "swift_version": "4.2"