blob: 37089163f92f6ddfda6582f0523460bbf121f24d [file] [log] [blame]
{
"name": "CSHashKit",
"version": "2.0.0",
"summary": "A simple class category that implements hash and isEqual: for every Objective-C object.",
"homepage": "https://bitbucket.org/fripp/cshashkit/wiki/Home",
"license": "MIT",
"authors": {
"Calogero Sanfilippo": "sanfilippo.calogero@gmail.com"
},
"source": {
"git": "https://bitbucket.org/fripp/cshashkit.git",
"tag": "2.0.0"
},
"platforms": {
"ios": "5.0"
},
"source_files": "CSHashKit/**/*.{h,m}",
"exclude_files": "CSHashKit/CSHashKitTests/**/*.{h,m}",
"frameworks": "Foundation",
"dependencies": {
"JRSwizzle": [
"~> 1.0"
]
},
"requires_arc": true
}