Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 640 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 640 Bytes

Fabric

This repository contains CocoaPod for Fabric (https://fabric.io).

Current versions:

  • Fabric.framework v1.1.1
  • Crashlytics.framework v2.2.9
  • TwitterKit.framework v1.2.0
  • MoPub.framework v3.3.0

Installing

  1. Use official Fabric app to configure the components you need
  2. Remove all frameworks from project which were added by Fabric app
  3. Add pods
pod 'Fabric/Crashlytics', '~> 1.1.1'
pod 'Fabric/MoPub', '~> 1.1.1'
pod 'Fabric/Twitter', '~> 1.1.1'
  1. Change path in Run Script Build command to:

./Pods/Fabric/Fabric.framework/run <your organization API key> <your organization build secret>