[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 2 / 6 / 5 / Delegate / 1.3.0 / Delegate.podspec.json
blob10cc3da8de6ab71503f4cb9f77668225f37c60da
2   "name": "Delegate",
3   "version": "1.3.0",
4   "summary": "A meta library to provide a better `Delegate` pattern.",
5   "description": "A meta library to provide a better `Delegate` pattern. \nThis provides you another way to use protocol-delegate pattern with ease.",
6   "homepage": "https://github.com/onevcat/Delegate",
7   "license": "MIT",
8   "platforms": {
9     "ios": "9.0",
10     "osx": "10.12",
11     "watchos": "2.0",
12     "tvos": "9.0",
13     "visionos": "1.0"
14   },
15   "authors": {
16     "Wei Wang": "onevcat@gmail.com"
17   },
18   "source": {
19     "git": "https://github.com/onevcat/Delegate.git",
20     "tag": "1.3.0"
21   },
22   "swift_versions": [
23     "5.2",
24     "5.3",
25     "5.4",
26     "5.5"
27   ],
28   "source_files": "Sources/Delegate",
29   "swift_version": "5.5"