Installation
CocoaPods
pod 'SteviaLayout' use_frameworks!
Carthage
github "freshOS/Stevia"
-
Create a
Cartfilefile at the root of your project folder -
Add
github "freshOS/Stevia"to your Cartfile -
Run
carthage update -
Drag and drop
Stevia.frameworkfrom/Carthage/Build/iOS/to Linked frameworks and libraries in Xcode (Project>Target>General>Linked frameworks and libraries) -
Add new run script (Project>Target>Build Phases>+> New run script phase)
/usr/local/bin/carthage copy-frameworks -
Add Input files
$(SRCROOT)/Carthage/Build/iOS/Stevia.framework
There you go!
Manual
Copy Stevia source files to your Xcode project