[Add] TIoTLinkVideo 2.4.35
[CocoaPods.git] / Specs / 7 / 5 / 3 / SBLibrary / 0.1.1 / SBLibrary.podspec.json
blob6b976d571298c24a66a9d609b6fd7798f742e47e
2   "name": "SBLibrary",
3   "version": "0.1.1",
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.1"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "default_subspecs": "Core",
22   "swift_versions": [
23     "5.1",
24     "5.2",
25     "5.3"
26   ],
27   "requires_arc": true,
28   "subspecs": [
29     {
30       "name": "Core",
31       "source_files": [
32         "SBLibrary/Classes/Core/*.swift",
33         "SBLibrary/Classes/Core/Protocol/*.swift"
34       ],
35       "frameworks": "Foundation"
36     }
37   ],
38   "swift_version": "5.3"