blob: 7c91e5e9e6aee6aab267d46db26cbf6185f815b3 [file] [log] [blame]
{
"name": "Swizzlean",
"version": "0.1.1",
"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.1.1"
},
"source_files": "Swizzlean/Source/*.{h,m}",
"requires_arc": true
}