How to install MengTo/Spring. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
MengTo/Spring Installation Guide
How to install MengTo/Spring. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for MengTo/Spring. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i MengTo/Springor
Install via npx
npx @hexmos/ipm i MengTo/SpringPrerequisites
Xcode
system_toolVersion: 10.0.0
Swift 4.2
languageVersion: 4.2.0
CocoaPods
package_managerVersion: 1.1.0
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Drop-in Installation (Xcode Project)
Drop in the Spring folder to your Xcode project (make sure to enable "Copy items if needed" and "Create groups")CocoaPods Installation
use_frameworks!
pod 'Spring', :git => 'https://github.com/MengTo/Spring.git'Post Installation Steps
- Open the Spring app in Xcode.
- Connect your UIView to the SpringView Class in Identity Inspector.
- Set animation properties in Attribute Inspector.
