A ReSwift example.
To build:
- Rename
ReSwift-Twitter/Resources/Fabric.xcconfig.sample
toReSwift-Twitter/Resources/Fabric.xcconfig
. - Fill your Fabric API key, Twitter consumer key and secret into
app/ReSwift-Twitter/Resources/Fabric.xcconfig
.
- If you don't have those keys, you should refer this page.
-
Run following commands.
$ pod install $ carthage bootstrap --no-use-binaries --platform ios
-
Open
ReSwift-Twitter.xcworkspace
in Xcode.