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