[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / c / a / 3 / STCObfuscator / 1.0.1 / STCObfuscator.podspec.json
blob79c54d6d632ba3778352617db9092458bff217ae
2   "name": "STCObfuscator",
3   "summary": "Objective-C obfuscator for Mach-O executables, a runtime utility for obfuscating Objective-C class..",
4   "version": "1.0.1",
5   "license": {
6     "type": "MIT",
7     "file": "LICENSE"
8   },
9   "authors": {
10     "chenxiancai": "chenxiancai@hotmail.com"
11   },
12   "homepage": "https://github.com/chenxiancai/STCObfuscator",
13   "platforms": {
14     "ios": "6.0",
15     "osx": "10.7"
16   },
17   "source": {
18     "git": "https://github.com/chenxiancai/STCObfuscator.git",
19     "tag": "1.0.1"
20   },
21   "source_files": "STCObfuscator/STCObfuscator/*.{h,m,c}",
22   "requires_arc": true,
23   "frameworks": "Foundation",
24   "subspecs": [
25     {
26       "name": "Ahocorasick",
27       "source_files": "STCObfuscator/STCObfuscator/ahocorasick/*.{h,c}"
28     }
29   ]