Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 298 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 298 Bytes

MovementSdk-CocoaPods-Beta

An example Podfile would look like this:


source 'https://github.com/CocoaPods/Specs.git'
source '[email protected]:foursquare/MovementSdk-CocoaPods-Beta.git'

platform :ios, '12.0'

target '' do
  use_frameworks!
  pod 'MovementSdk'
end