Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/foursquare/movementsdk-cocoapods-beta

Private CocoaPods Spec repo for the Movement SDK
https://github.com/foursquare/movementsdk-cocoapods-beta

Last synced: 3 days ago
JSON representation

Private CocoaPods Spec repo for the Movement SDK

Awesome Lists containing this project

README

        

# 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