blob: 645cdbb3937be9039e08b5ba1b0461468152dfa4 [file] [log] [blame]
{
"name": "TCColorTest",
"version": "0.1.0",
"summary": "Try out colors within an iOS App without time-killing trial and error using build and run cycles.",
"homepage": "https://github.com/toco/TCColorTest",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Tobias Conradi": "TCColorTest@tobias-conradi.de"
},
"source": {
"git": "https://github.com/toco/TCColorTest.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "5.0"
},
"source_files": "TCColorTest",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}