[Add] MOBFoundation 20241206
[CocoaPods.git] / Specs / 3 / 1 / 0 / SFStyleKit / 0.1.7 / SFStyleKit.podspec.json
blob57e702519a7606240175ce1b89506ca1c659e2b6
2   "name": "SFStyleKit",
3   "version": "0.1.7",
4   "summary": "SFStyleKit is a swift library that supports chain programming and provides many useful extensions for iOS apps. (zh: SFStyleKit是一个为支持链式编程的swift库,同时提供了许多有用的扩展。)",
5   "description": "目前支持了UIKit、CALayer等共22种类型的链式编程写法,同时为UIDevice、UIApplication、UIView、UIImage、UIImageView、UIButton、UIColor等提供了各式扩展,例如UIDevice的设备型号、系统版本、电池、屏幕方向、屏幕亮度、设备音量、是否越狱、磁盘总/可用大小等属性或方法,UIApplication的缓存路径、内存使用情况,UIView的点击事件、动画,UIImage的加载gif数据、保存到系统相册,UIImageView的预览、加载gif图片,UIButton的调整图片和文字相对位置,UIColor的随机色、中国色、潘通年度色...",
6   "homepage": "https://github.com/Sfh03031/SFStyleKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Sfh03031": "sfh894645252@163.com"
13   },
14   "source": {
15     "git": "https://github.com/Sfh03031/SFStyleKit.git",
16     "tag": "0.1.7"
17   },
18   "swift_versions": "5",
19   "platforms": {
20     "ios": "12.0"
21   },
22   "source_files": "SFStyleKit/Classes/**/*",
23   "static_framework": true,
24   "frameworks": [
25     "UIKit",
26     "Foundation",
27     "QuartzCore"
28   ],
29   "subspecs": [
30     {
31       "name": "Core",
32       "source_files": "SFStyleKit/Classes/SFExStyle.swift"
33     }
34   ],
35   "swift_version": "5"