Skip to content

Latest commit

 

History

History
63 lines (43 loc) · 1.22 KB

README.md

File metadata and controls

63 lines (43 loc) · 1.22 KB

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