Skip to content

Bootstragram/BSGMetrics

Repository files navigation

BSGMetrics Logo

BSGMetrics

Version License Platform

BSGMetrics is the iOS client for Bootstragram's analytics services.

Example

To run the example project, clone the repo and run:

make install
make open

Running the demo Server

make start-services

Requirements

Installation

BSGMetrics is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "BSGMetrics"

License

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

Tests

  • Tests could use Specta but Mick started with basic XCTest stuff.
  • Commit 638ae83 might have messed up the test target settings. Cf. CocoaPods/CocoaPods#5512