Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/foursquare/movementsdk-cocoapods-beta
- Owner: foursquare
- Created: 2022-12-15T18:14:10.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-08T21:40:53.000Z (4 months ago)
- Last Synced: 2024-07-09T02:46:05.467Z (4 months ago)
- Language: Ruby
- Size: 6.84 KB
- Stars: 1
- Watchers: 31
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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