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.
- iOS 9.0+
- Xcode 10.1+
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
- In your AppDelegate import the SDK:
import Brutal
- Setup the SDK in applicationDidFinishLaunchingWithOptions:
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
BrutalSDK.setup()
return true
}
- Install local Pod:
$ pod install --project-directory=Sample
- Open Xcode Workspace
$ open Sample/BrutalSampleApp.xcworkspace
- Run BrutalSampleApp Scheme