[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 6 / 1 / 9 / DelegateFoundation / 0.0.1 / DelegateFoundation.podspec.json
blob99dae5b34204fbc1abfbad181c89b46ecf4342f9
2   "name": "DelegateFoundation",
3   "version": "0.0.1",
4   "summary": "Inspired by `RxCocoa`, a lightweight implementation of DelegateProxy.",
5   "homepage": "https://github.com/tjerwinchen/DelegateFoundation",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Theo Chen": "theo.chen@codebase.codes"
12   },
13   "social_media_url": "https://twitter.com/zhecuichen",
14   "swift_versions": "5.6",
15   "platforms": {
16     "ios": "13.0",
17     "osx": "10.15"
18   },
19   "source": {
20     "git": "https://github.com/tjerwinchen/DelegateFoundation.git",
21     "tag": "0.0.1"
22   },
23   "source_files": "Sources/DelegateFoundation/**/*.{h,m,swift}",
24   "testspecs": [
25     {
26       "name": "Tests",
27       "test_type": "unit",
28       "source_files": "Tests/DelegateFoundationTests/**/*.{h,m,swift}"
29     }
30   ],
31   "swift_version": "5.6"