blob: 58ccbbf7e165e627749adf7bb82ab5e48f7b46cb [file] [log] [blame]
{
"name": "ACColorKit",
"version": "1.0.0",
"summary": "A quick library for storing & retrieving colors.",
"description": " This library is designed to help retreieve UIColor instances from memory. \n This avoids the need to re-generate UIColor instances whenever a colour is needed.\n Just define the colors you need, assign a name and access them whenever you need them.\n",
"homepage": "http://github.com/adamcooke/ACColorKit",
"license": {
"type": "MIT",
"file": "MIT-LICENSE"
},
"authors": {
"Adam Cooke": "adam@atechmedia.com"
},
"social_media_url": "http://twitter.com/adamcooke",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/adamcooke/ACColorKit.git",
"tag": "1.0.0"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"requires_arc": true
}