You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 20, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: Docs/source/project_setup.rst
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,9 +9,8 @@ Compile Dependency
9
9
10
10
To add the MetaWear SDK as a dependency to your project you should setup `CocoaPods <https://guides.cocoapods.org/using/getting-started.html>`_, and add the following line to your Podfile: ::
11
11
12
-
pod "MetaWear"
13
-
# Bolts-Swift hasn't pushed the latest Xcode 9 + Swift 4 compatiable version, so require it directly
14
-
pod 'Bolts-Swift', :git => 'https://github.com/BoltsFramework/Bolts-Swift.git', :commit => 'e9baa72'
12
+
# The subspecs are all optional, but might be useful
13
+
pod "MetaWear", :subspecs => ['UI', 'AsyncUtils', 'Mocks', 'DFU']
0 commit comments