[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 9 / 7 / 1 / TPObfuscation / 1.1.0 / TPObfuscation.podspec.json
blob5bb0ff027a04bfc71f321faebfc3ee50defd6013
2   "name": "TPObfuscation",
3   "version": "1.1.0",
4   "summary": "TPObfuscation will hide Strings in Swift binaries.",
5   "description": "TPObfuscation uses Swift unicode scalars to hide your credentials from binary string extraction.",
6   "homepage": "https://github.com/techprimate/TPObfuscation",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Philip Niedertscheider": "phil@techprimate.com"
13   },
14   "source": {
15     "git": "https://github.com/techprimate/TPObfuscation.git",
16     "tag": "1.1.0"
17   },
18   "social_media_url": "https://twitter.com/techprimate",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "Source/Classes/**/*",
23   "dependencies": {
24     "SwiftLint": [
26     ]
27   }