blob: a2e50e61cd89df542d7f56607f66f5057cd47788 [file] [log] [blame]
{
"name": "Swizzlean",
"version": "1.0.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.txt"
},
"authors": {
"Ryan Baumbach": "github@ryan.codes"
},
"source": {
"git": "https://github.com/rbaumbach/Swizzlean.git",
"tag": "1.0.1"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"public_header_files": "Swizzlean/Source/Swizzlean.h",
"source_files": "Swizzlean/Source/*.{h,m}"
}