[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 2 / 6 / 5 / Delegate / 1.1.0 / Delegate.podspec.json
blob46c6e2407869d88726f5e371a965c771ffdf4910
2   "name": "Delegate",
3   "version": "1.1.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   },
14   "authors": {
15     "Wei Wang": "onevcat@gmail.com"
16   },
17   "source": {
18     "git": "https://github.com/onevcat/Delegate.git",
19     "tag": "1.1.0"
20   },
21   "swift_versions": [
22     "5.2",
23     "5.3",
24     "5.4",
25     "5.5"
26   ],
27   "source_files": "Sources/Delegate",
28   "swift_version": "5.5"