Skip to content

Ajimi means tasting. In Japanese, 味見. Ajimi is the feedback tool, which anyone can easily feedback to project team any time.

License

Notifications You must be signed in to change notification settings

nakajijapan/Ajimi

Repository files navigation

Ajimi

Carthage Version License Platform Language

Ajimi means tasting. In Japanese, 味見. Ajimi is the feedback tool, which anyone can easily feedback to project team any time.

Snapshot Video

Requirements

  • Xcode 8+
  • Swift 3.0+
  • iOS 9+

Installation

CocoaPods

Ajimi is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "Ajimi"

Carthage

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

Usage

In AppDelegate

#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

Author

nakajijapan, pp.kupepo.gattyanmo@gmail.com

License

Ajimi is available under the MIT license. See the LICENSE file for more info.

About Icon

Icons made by Pixel perfect from www.flaticon.com is licensed by CC 3.0 BY

About

Ajimi means tasting. In Japanese, 味見. Ajimi is the feedback tool, which anyone can easily feedback to project team any time.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published