config whitelisting: fix specs I broke

Fixes all the tests that broke with API changes of cocoapods internals
related to build configuration whitelisting

Should've fixed these inline when I made the changes, but I didn't :(
6 files changed
tree: ae56689a53d0fd1614c42837b3d650d3d700495f
  1. bin/
  2. examples/
  3. lib/
  4. spec/
  5. .gitignore
  6. .gitmodules
  7. .kick
  8. .travis.yml
  9. .yardopts
  10. CHANGELOG.md
  11. cocoapods.gemspec
  12. CONTRIBUTING.md
  13. Gemfile
  14. Gemfile.lock
  15. LICENSE
  16. Rakefile
  17. README.md
README.md

CocoaPods Logo

CocoaPods: The Objective-C dependency manager

Build Status Gem Version Code Climate

CocoaPods manages dependencies for your Xcode projects.

You specify the dependencies for your project in one easy text file. CocoaPods resolves dependencies between libraries, fetches source code for the dependencies, and creates and maintains an Xcode workspace to build your project.

Ultimately, the goal is to improve discoverability of, and engagement in, third party open-source libraries, by creating a more centralized ecosystem.

Installing and updating CocoaPods is very easy. Don't miss the Installation guide and the Getting started guide.

Sponsors

Lovingly sponsored by Fingertips, Hipbyte, Artsy and Sauspiel.

Collaborate

All CocoaPods development happens on GitHub, contributions make good karma and we welcome with joy new contributors.

Links

LinkDescription
CocoaPods.orgHomepage and search for Pods.
@CocoaPodsFollow CocoaPods on Twitter to stay up to date.
BlogThe CocoaPods blog.
Mailing ListFeel free to ask any kind of question.
DocumentationEverything you want to know about CocoaPods.
ChangelogSee the changes introduced by each CocoaPods version.
New Pods RSSDon't miss any new Pod.

Projects

CocoaPods is composed by the following projects:

StatusProjectDescriptionInfo
Build StatusCocoaPodsThe CocoaPods command line tool.docs
Build StatusCocoaPods CoreSupport for working with specifications and podfiles.docs
Build StatusCocoaPods DownloaderDownloaders for various source types.docs
Build StatusXcodeprojCreate and modify Xcode projects from Ruby.docs
Build StatusCLAideA small command-line interface framework.docs
Build StatusMaster Repo Master repository of specifications.guide