blob: aa4345b86d16f7a27d015e340619b09e4d9c9c78 [file] [log] [blame]
{
"name": "RROLoadSwizzle",
"version": "1.0.0",
"summary": "Simple NSObject category for swizzle method implementation and revert to the original",
"homepage": "https://github.com/remirobert/RROLoadSwizzle",
"license": "MIT",
"authors": {
"Remi ROBERT": "remirobert33530@gmail.com"
},
"source": {
"git": "https://github.com/remirobert/RROLoadSwizzle.git",
"tag": "1.0.0"
},
"source_files": "RROLoadSwizzle/**/*.{h,m}",
"private_header_files": "RROLoadSwizzle/RROSwizzlingInfoStore.h",
"requires_arc": true,
"platforms": {
"ios": "10.0"
},
"ios": {
"frameworks": "Foundation"
}
}