A generic framework for iOS interaction that provides a series of utilities.
Adding header file
In order to add an header file to the project and still be able to run the build scripts correctly one must set the target membership of the header file as public.
Installation
CocoaPods is a dependency manager for Objective-C, which automates and simplifies the process of using 3rd-party libraries like Cameo in your projects.
Podfile
platform :ios, '7.0'
pod "Cameo"CocoaPods usage
To publish the Cameo Framework to the trunk repo of CocoaPods use:
pod trunk push Cameo.podspecIf the "private" Hive Solutions repo is the target use instead:
pod repo push hive Cameo.podspecTravis automation
To be able to publish the package directly to CocoPods one must use register first with the trunk
pod trunk register [email protected] "João Magalhães"And then use the token located at ~/.netrc to create the COCOAPODS_TRUNK_TOKEN environment variable in .travis.yml.
Then this same environment setting must be encrypted using the travis strategy:
travis encrypt COCOAPODS_TRUNK_TOKEN=your_cocoapods_tokenLicense
Appier is currently licensed under the Apache License, Version 2.0.

