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