[Add] TIoTLinkVideo 2.4.35
[CocoaPods.git] / Specs / 7 / 5 / 3 / SBLibrary / 0.1.0 / SBLibrary.podspec.json
blob13f54ed75abae34531088385ed184abf6808226b
2   "name": "SBLibrary",
3   "version": "0.1.0",
4   "summary": "A lightweight Basic library of Swift.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/ShenYj/SBLibrary",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ShenYj": "shenyanjie123@foxmail.com"
13   },
14   "source": {
15     "git": "https://github.com/ShenYj/SBLibrary.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "swift_versions": [
22     "5.1",
23     "5.2",
24     "5.3"
25   ],
26   "requires_arc": true,
27   "frameworks": "Foundation",
28   "source_files": [
29     "SBLibrary/Classes/Core/*.swift",
30     "SBLibrary/Classes/Core/Protocol/*.swift"
31   ],
32   "swift_version": "5.3"