CocoaPods trunk is moving to be read-only. Read more on the blog, there are 18 months to go.

BeanstalkEngageiOSSDK 0.6.42

BeanstalkEngageiOSSDK 0.6.42

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Feb 2018
SwiftSwift Version 3.0
SPMSupports SPM

Maintained by Pavel Dvorovenko, Alexander Frolikov.



  • By
  • Beanstalk Data

Beanstalk Engage iOS SDK

Requirements

  • iOS 8.4+
  • Xcode 8.1+
  • Swift 3.0

Installation

CocoaPods

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

$ gem install cocoapods

CocoaPods 1.0.1+ is required to build BeanstalkEngageiOSSDK.

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

source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '9.0'
use_frameworks!

target '<Your Target Name>' do
pod 'BeanstalkEngageiOSSDK', :git => '[email protected]:BeanstalkData/beanstalk-ios-sdk.git', :tag => '0.6.16_hf'
end

Then, run the following command:

$ pod update

Usage

Check Example project.

License

BeanstalkEngageiOSSDK is released under the MIT license. See LICENSE for details.