AnobiKit 0.14.2

AnobiKit 0.14.2

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Nov 2019

Maintained by Anobisoft.



AnobiKit 0.14.2

AnobiKit

Version Platform Language CI Status Codecov License Twitter

Collection of tools and extesions.

CocoaPods integration

To integrate AnobiKit into your Xcode project using CocoaPods, specify it in your Podfile:

use_frameworks! #optional

target 'iOSTargetName' do
  platform :ios, '9.3'
  pod 'AnobiKit', '~> 0.14.0'
end

target 'WatchTargetName' do
  platform :watchos, '3.0'
  pod 'AnobiKit', '~> 0.14.0'
end

Then, run the following command:

$ pod install

Requirements

Minimum iOS Target Minimum macOS Target Minimum tvOS Target Minimum watchOS Target
iOS 8.3 OS X 10.12 tvOS 9.0 watchOS 3.0