blob: 6c8e091df1243bcdc7f7634d98b1dfe50c8c61d9 [file] [log] [blame]
{
"name": "Colors",
"version": "0.1",
"summary": "Terminal Colors for Swift",
"description": "Terminal String Coloring in Swift",
"homepage": "https://github.com/paulot/Colors",
"screenshots": "https://raw.githubusercontent.com/paulot/Colors/master/media/ANSIColors.png",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Paulo Tanaka": "paulo.tanaka3@gmail.com"
},
"source": {
"git": "https://github.com/paulot/Colors.git",
"tag": "0.1"
},
"source_files": [
"Colors",
"Colors/**/*.{h,m,swift}"
],
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.9"
}
}