[Add] STBaseProject 1.0.8
[CocoaPods.git] / Specs / 4 / 6 / c / YSBasics / 1.0.1 / YSBasics.podspec.json
blob70b3e65cdb8d1290ce05fdc8f4cb66908ef2d3d5
2   "name": "YSBasics",
3   "version": "1.0.1",
4   "summary": "A commonly basics libray for Swift project.",
5   "homepage": "https://github.com/qiancaox/YSBasics.git",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Yeeshe": "qiancaoxiang@163.com"
12   },
13   "platforms": {
14     "ios": "8.0"
15   },
16   "swift_versions": "5.0",
17   "source": {
18     "git": "https://github.com/qiancaox/YSBasics.git",
19     "tag": "1.0.1"
20   },
21   "frameworks": [
22     "UIKit",
23     "Foundation"
24   ],
25   "subspecs": [
26     {
27       "name": "Extension",
28       "source_files": "Classes/Extension/*",
29       "dependencies": {
30         "YSBasics/Utils": [
32         ]
33       }
34     },
35     {
36       "name": "Utils",
37       "source_files": "Classes/Utils/*"
38     },
39     {
40       "name": "UIBase",
41       "source_files": "Classes/UIBase/*"
42     }
43   ],
44   "swift_version": "5.0"