blob: e62bff520191b4fcdca50f319476e40ed62c98ad [file] [log] [blame]
{
"name": "Hashtel",
"version": "0.0.1",
"summary": "Consistently get a color value for strings",
"homepage": "https://github.com/jurre/hashtel-objc",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jurre Stender": "jurrestender+github@gmail.com"
},
"source": {
"git": "https://github.com/jurre/hashtel-objc.git",
"tag": "0.0.1"
},
"source_files": "Classes/**/*.{h,m}",
"requires_arc": true,
"public_header_files": "Classes/NSString+Hashtel.h",
"platforms": {
"ios": "5.0",
"osx": "10.8"
}
}