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

WorkoutLib 1.8.4

WorkoutLib 1.8.4

Maintained by Miguel Muñoz.



 
Depends on:
Alamofire= 5.4.0
SwiftyJSON= 5.0.0
SwiftDate= 6.2.0
Localize-Swift= 3.2.0
FMDB= 2.7.5
YoutubePlayer-in-WKWebView= 0.3.4
HCVimeoVideoExtractor= 0.0.1
Instructions= 1.3.1
DGCharts= 5.0.0
Hero>= 0
 

  • By
  • Miguel Muñoz

WorkoutSDK

CI Status Version License Platform

Description

WorkoutSDK is a comprehensive intelligent, automatic, and adaptive training framework programmed in Swift for iOS and iPadOS. Is the most convenient way of integrating our physical activity training features with any third party.

Installation

WorkoutSDK is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'WorkoutSDK', :git => 'https://github.com/miguelmunozfer/Workout'

Add the following lines to the end of the podfile file

post_install do |installer|
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings['BUILD_LIBRARY_FOR_DISTRIBUTION'] = 'YES'
end
end
end

Usage

Simple 1-line setup

Use your MyVitale credentials for initiating SDK. Your user_id must be permanent and unique for each App user (any user id, including the ones you are already using in your system, can be used).

WorkoutSDK.sharedInstance.start(with: "USER_ID", appID: "APP_ID", password: "PASSWORD")

Author

MyVitale, [email protected]

License

VitaleSDK is available under the MIT license. See the LICENSE file for more info.