blob: 768d3d40aabb5b3ca77a26edd93eae418be4c353 [file] [log] [blame]
{
"name": "UIAppleColor",
"version": "1.0.1",
"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.1"
},
"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"
}