blob: 87970b8bb5c407c66699aaab27ed6adaeb3da287 [file] [log] [blame]
{
"name": "Culore",
"version": "0.1.1",
"license": {
"type": "MIT"
},
"homepage": "https://github.com/VictorLi08/Culore",
"authors": {
"Victor Li": "victorli08@outlook.com"
},
"summary": "Colors by name for iOS, macOS, and tvOS.",
"source": {
"git": "https://github.com/VictorLi08/Culore.git",
"tag": "v0.1.1"
},
"swift_versions": "5.0",
"platforms": {
"ios": "9.0",
"osx": "10.9",
"tvos": "9.0"
},
"source_files": "Common/*.swift",
"ios": {
"source_files": "mOS/*.swift",
"frameworks": "UIKit"
},
"osx": {
"source_files": "macOS/*.swift",
"frameworks": "Cocoa"
},
"tvos": {
"source_files": "mOS/*.swift"
},
"swift_version": "5.0"
}