[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / 6 / e / Delegating / 1.0.0 / Delegating.podspec.json
blob064cced5507b46a7a079b05c50a0c4d67a66f6d8
2   "name": "Delegating",
3   "version": "1.0.0",
4   "summary": "Closure-based delegation without memory leaks",
5   "description": "Delegating is a super small package that solves the retain cycle problem when dealing with closure-based delegation.",
6   "homepage": "https://github.com/Meniny/Delegating",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "Elias Abel": "admin@meniny.cn"
13   },
14   "social_media_url": "https://meniny.cn/",
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/Meniny/Delegating.git",
23     "tag": "1.0.0"
24   },
25   "source_files": "Delegating/**/*",
26   "frameworks": "Foundation"