[Add] TIoTLinkVideo 2.4.35
[CocoaPods.git] / Specs / 7 / 5 / 3 / SBLibrary / 0.2.2 / SBLibrary.podspec.json
blob5b34e42d52a7b8156a5b956371495566ad703556
2   "name": "SBLibrary",
3   "version": "0.2.2",
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.2.2"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "default_subspecs": [
22     "Core",
23     "UI"
24   ],
25   "swift_versions": [
26     "5.1",
27     "5.2",
28     "5.3"
29   ],
30   "requires_arc": true,
31   "subspecs": [
32     {
33       "name": "Core",
34       "source_files": [
35         "SBLibrary/Classes/Core/*.swift",
36         "SBLibrary/Classes/Core/Protocol/*.swift"
37       ],
38       "frameworks": "Foundation"
39     },
40     {
41       "name": "UI",
42       "source_files": [
43         "SBLibrary/Classes/UI",
44         "SBLibrary/Classes/UI/Protocol"
45       ],
46       "frameworks": "UIKit"
47     }
48   ],
49   "swift_version": "5.3"