Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 351 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 351 Bytes

woording-ios

##How to use You'll need CocoaPods, which you can install using sudo gem install cocoapods.
After that, you'll need to cd into this project and run pod install:

cd woording-ios
pod install
open wording.xcworkspace

NOTE: Do not open wording.xcodeproj, Xcode won't load cocoapods if you open it that way