Skip to content
/ Gingko Public

Gingko is a framework wrapper around mobile platforms and businesses of mobile Internet.

License

Notifications You must be signed in to change notification settings

jcccn/Gingko

Repository files navigation

Gingko Build Status

Gingko is a framework wrapper around mobile platforms and businesses of mobile Internet.

Installation with CocoaPods

CocoaPods is a dependency manager for Objective-C, which automates and simplifies the process of using 3rd-party libraries like AFNetworking in your projects.

To install Gingko with CocoaPods, the private CocoaPods repo jcccn must be configured.

For example, an available Podfile could be like this:

# The front repo is prior if conflicted
# [REQUIRED]CocoaPods private repo
source 'https://github.com/jcccn/PodSpecs.git'
# CocoaPods master repo
source 'https://github.com/CocoaPods/Specs.git'

platform :ios,'7.0'

# ignore all warnings from all pods
inhibit_all_warnings!

pod 'AFNetworking'

pod 'Gingko'

Contact

License

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

About

Gingko is a framework wrapper around mobile platforms and businesses of mobile Internet.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published