blob: f624bce70488928fc912c8e38841545fd2dc0f63 [file] [log] [blame]
{
"name": "CSHashKit",
"version": "2.2.1",
"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.1"
},
"platforms": {
"ios": "5.0"
},
"source_files": "CSHashKit/**/*.{h,m}",
"exclude_files": "CSHashKit/CSHashKitTests/**/*.{h,m}",
"frameworks": "Foundation",
"requires_arc": true
}