[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 7 / e / 9 / Delegated / 0.1.0 / Delegated.podspec.json
blob8c5f3b681070fe225fd7b9c6ba6195c36d20ae4b
2   "name": "Delegated",
3   "version": "0.1.0",
4   "summary": "Closure-based delegation without memory leaks",
5   "description": "Delegated is a super small package that solves the retain cycle problem when dealing with closure-based delegation.",
6   "homepage": "https://github.com/dreymonde/Delegated",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Oleg Dreyman": "dreymonde@me.com"
13   },
14   "social_media_url": "https://twitter.com/olegdreyman",
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.9",
18     "watchos": "2.0",
19     "tvos": "9.0"
20   },
21   "source": {
22     "git": "https://github.com/dreymonde/Delegated.git",
23     "tag": "0.1.0"
24   },
25   "source_files": "Sources/**/*",
26   "frameworks": "Foundation",
27   "pushed_with_swift_version": "4.0.3"