A generic framework for iOS interaction that provides a series of utilities.
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.
CocoaPods is a dependency manager for Objective-C, which automates and simplifies the process of using 3rd-party libraries like Cameo in your projects.
platform :ios, '7.0'
pod "Cameo"
To publish the Cameo Framework to the trunk repo of CocoaPods use:
pod trunk push Cameo.podspec
If the "private" Hive Solutions repo is the target use instead:
pod repo push hive Cameo.podspec
To be able to publish the package directly to CocoPods one must use register first with the trunk
pod trunk register joamag@hive.pt "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_token
Appier is currently licensed under the Apache License, Version 2.0.