Ajimi means tasting. In Japanese, 味見. Ajimi is the feedback tool, which anyone can easily feedback to project team any time.
Snapshot | Video |
---|---|
- Xcode 8+
- Swift 3.0+
- iOS 9+
Ajimi is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "Ajimi"
Carthage is a decentralized dependency manager for Cocoa application.
$ brew update
$ brew install carthage
To integrate Kingfisher into your Xcode project using Carthage, specify it in your Cartfile
:
github "nakajijapan/Ajimi"
Then, run the following command to build the Kingfisher framework:
$ carthage update
#if DEBUG
let ajimiOptions = AjimiOptions(
githubBasePath: "https://hostname/api/v3",
githubAccessToken: "tokentoken",
githubUser: "nakajijapan",
githubRepo: "FeedbackTool",
imageUploadURL: URL(string: "https://hostname/image/upload")!,
imageUploadKey: "keykey"
)
Ajimi.show(ajimiOptions)
#endif
nakajijapan, [email protected]
Ajimi is available under the MIT license. See the LICENSE file for more info.