blob: e2d2e87dfa384b2cc5b240882105f757fa645eea [file] [log] [blame]
{
"name": "CSHashKit",
"version": "2.2.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.2.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
}