blob: c372b23fb329cf9f4d0376ee1a8f22809dc29d54 [file] [log] [blame]
{
"name": "Swizzlean",
"version": "0.2.0",
"summary": "A quick and lean way to swizzle methods for your Objective-C development needs.",
"homepage": "https://github.com/rbaumbach/Swizzlean",
"license": {
"type": "MIT",
"file": "MIT.LICENSE"
},
"authors": {
"Ryan Baumbach": "rbaumbach.github@gmail.com"
},
"source": {
"git": "https://github.com/rbaumbach/Swizzlean.git",
"tag": "0.2.0"
},
"source_files": "Swizzlean/Source/*.{h,m}",
"requires_arc": true
}