blob: 5dae8b90f251b90d83b7cc2631ad1b1523577ea0 [file] [log] [blame]
{
"name": "Colours",
"version": "5.11.0",
"summary": "100s of beautiful, predefined Colors and Color methods. Works for iOS/OSX.",
"authors": {
"Ben Gordon": "brgordon@ua.edu"
},
"source": {
"git": "https://github.com/bennyguitar/Colours.git",
"tag": "5.11.0"
},
"homepage": "https://github.com/bennyguitar",
"license": "LICENSE",
"default_subspecs": "ObjC",
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"subspecs": [
{
"name": "ObjC",
"source_files": "*.{h,m}",
"public_header_files": "*.h"
},
{
"name": "Swift",
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source_files": "*.swift"
}
]
}