blob: 23abcb771a8727363df8775bdabda5ceaa86bc71 [file] [log] [blame]
{
"name": "UIAppleColor",
"version": "1.0.0",
"summary": "Apple System Color",
"homepage": "https://github.com/Kofktu/UIAppleColor",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kofktu": "kofktu@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/Kofktu/UIAppleColor.git",
"tag": "1.0.0"
},
"source_files": "UIAppleColor/**/*.{swift}",
"frameworks": "Foundation",
"ios": {
"frameworks": "UIKit"
},
"watchos": {
"frameworks": "UIKit"
},
"tvos": {
"frameworks": "UIKit"
},
"osx": {
"frameworks": "AppKit"
},
"requires_arc": true,
"swift_versions": [
5.0
],
"swift_version": "5.0"
}