CocoaPods trunk is moving to be read-only. Read more on the blog, there are 17 months to go.

oneNext_iOS 1.0.4

oneNext_iOS 1.0.4

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

Maintained by marqueurs, Support Mediamétrie.



  • By
  • Support

oneNext_iOS

Repository for oneNext iOS framework version:1.0.4

Content

  • Tag iPhone / iPad

How to get started

  • Install the library on your project (see below)

###Installation with CocoaPods

CocoaPods is a dependency manager which automates and simplifies the process of using 3rd-party libraries in your projects.

Podfile

  • iOS application, add to your Podfile :
target 'MyProject' do
pod 'oneNext_iOS', '~>1.0.4'
end
  • If you are using Swift, add/uncomment the following line at the top of your Podfile
use_frameworks!