Swift client for hook.
Important: You need to include SwiftyJSON.swift
file manually in your
project due an swiftc
issue.
- Xcode 6.1+
- iOS 7.0+ / Mac OS X 10.9+
- Alamofire for HTTP handling
- SwiftyJSON for friendly JSON
- SQLite.swift for local storage
- Clone hook-swift:
git clone https://github.com/doubleleft/hook-swift.git
- Update submodules:
git submodule update --init
- Open
Hook/Hook.xcodeproj
- Build it!
MIT.