Currently ATOM can be added into your project via:
In order to add ATOM into your project by using Cocoapods you need to add the following line into your Podfile
:
pod 'ATOM-Standalone', '3.7.0-beta.2'
Currently ATOM is functioning only when HyBid is installed in your project as well. In this case you only need to install ATOM into your project with one of the above provided methods. There is no need to add any code into your project to make ATOM run. It will automatically initialized and run alongside with HyBid.
IMPORTANT
Both HyBid
and ATOM
has to be installed in the same way, via Cocoapods
or Drag & Drop
, to function as intended.