Skip to content

brutal-app/brutal-ios-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brutal

Automatic user research for startups. Brutal allows any company to be automatically collecting and analysing qualitative user feedback. Discover the why behind your data and start making confident product decisions.

Requirements

  • iOS 9.0+
  • Xcode 10.1+

Installation

CocoaPods

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

$ gem install cocoapods

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

pod 'Brutal', :git => 'https://github.com/tiagomartinho/brutal-ios-sdk'

Then, run the following command:

$ pod install

Initialize the SDK

  1. In your AppDelegate import the SDK:
import Brutal
  1. Setup the SDK in applicationDidFinishLaunchingWithOptions:
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
    BrutalSDK.setup()
    return true
}

Contribute

  1. Install local Pod:
$ pod install --project-directory=Sample
  1. Open Xcode Workspace
$ open Sample/BrutalSampleApp.xcworkspace
  1. Run BrutalSampleApp Scheme

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published