blob: 79c54d6d632ba3778352617db9092458bff217ae [file] [log] [blame]
{
"name": "STCObfuscator",
"summary": "Objective-C obfuscator for Mach-O executables, a runtime utility for obfuscating Objective-C class..",
"version": "1.0.1",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"chenxiancai": "chenxiancai@hotmail.com"
},
"homepage": "https://github.com/chenxiancai/STCObfuscator",
"platforms": {
"ios": "6.0",
"osx": "10.7"
},
"source": {
"git": "https://github.com/chenxiancai/STCObfuscator.git",
"tag": "1.0.1"
},
"source_files": "STCObfuscator/STCObfuscator/*.{h,m,c}",
"requires_arc": true,
"frameworks": "Foundation",
"subspecs": [
{
"name": "Ahocorasick",
"source_files": "STCObfuscator/STCObfuscator/ahocorasick/*.{h,c}"
}
]
}