TPObfuscation 1.1.0

TPObfuscation 1.1.0

Maintained by Philip Niedertscheider.



TPObfuscation

Swift Cocoapods Carthage iOS License Downloads

Travis codebeat bettercodehub codecov

TPObfuscation is a obfuscation toolbox for Swift!

FeaturesCommunicationExampleUsageInstallationCreditsLicense

Features

  • TODO: full features list
  • You need more features? Checkout #Contribute

Communication

  • If you need help, use Stack Overflow. (Tag 'TPObfuscation' or mention it in title)
  • If you'd like to ask a general question, use Stack Overflow.
  • If you found a bug, open an issue.
  • If you have a feature request, open an issue.
  • If you want to contribute, submit a pull request.

Example

To run the example project, run pod try TPObfuscation

Usage

TODO: Usage description

Installation

Requirements

Language Branch Pod version Xcode version iOS version
Swift 4.2 master >= 1.0.x Xcode 10+ iOS 8.3+

CocoaPods

CocoaPods is a dependency manager for Cocoa projects. You can install it with the following command:

$ gem install cocoapods

To integrate TPObfuscation into your Xcode project using CocoaPods, specify it in your Podfile:

source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '10.0'
use_frameworks!

target '<Your Target Name>' do
    pod 'TPObfuscation'
end

Then, run the following command:

$ pod install

Carthage

Carthage is a decentralized dependency manager that builds your dependencies and provides you with binary frameworks.

You can install Carthage with HomeBrew using the following command:

$ brew update
$ brew install carthage

To integrate TPObfuscation into your Xcode project using Carthage, specify it in your Cartfile:

github "techprimate/TPObfuscation" ~> 1.3

Run carthage update to build the framework and drag the built TPObfuscation.framework into your Xcode project.

Swift Package Manager

TODO: Add description for Swift Package Manager installation

Manual Installation

TODO: Add description for manual installation

Apps using TPObfuscation

If you are using TPObfuscation in your app and want to be listed here, simply create a pull request or let me know on twitter or via Github. We are always curious to see who is using our projects :)

Credits

TPObfuscation is created and maintained by Philip Niedertscheider, owned by techprimate.

techprimate.com twitter facebook facebook

Contributors

We want to thank all Contributors for their support!

License

TPObfuscation is available under the MIT license. See the LICENSE file for more info.