Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

benasher44/CocoaPodsLibExample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CocoaPodsLibExample

Sample project that shows how to use CocoaPods in a project with an app target and a library target. All the project does is the app target calls into a method in the framework target that logs "Test" to the console on app launch.

Overview

There's a framework folder that shows a dynamic framework sample project, and there's a staticlib folder (coming soon) that has a static library example project. In general, the layout is as follows:

  • SampleApp.xcodeproj with the app target.
  • SampleApp.xcodeproj contains a library target as a sub-project.
  • In SampleApp.xcodeproj, the app target has the child library target as a target dependency in the "Target Dependencies" build phase.

That last part is important for 2 reasons:

  1. It communicates build order to Xcode: library target must be built for app target to build.
  2. It communicates the app target's dependency on the library target to CocoaPods, so that it can understand which targets need access to which pods.

Env Used for this Project

Stack

   CocoaPods : 1.2.1.beta.1
        Ruby : ruby 2.0.0p648 (2015-12-16 revision 53162) [universal.x86_64-darwin16]
    RubyGems : 2.6.7
        Host : Mac OS X 10.12.3 (16D32)
       Xcode : 8.2.1 (8C1002)
         Git : git version 2.12.0
Ruby lib dir : /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib
Repositories : master - https://github.com/CocoaPods/Specs.git @ c39072ed23192f1f280716c52c103084b871fca0

Plugins

cocoapods-deintegrate : 1.0.1
cocoapods-plugins     : 1.0.0
cocoapods-search      : 1.0.0
cocoapods-stats       : 1.0.0
cocoapods-trunk       : 1.1.2
cocoapods-try         : 1.1.0

About

Sample project that shows how to use CocoaPods in a project with an app target and a framework target

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published