Upgrade to Pro — share decks privately, control downloads, hide ads and more …

CocoaPods - A better way to use and publish open source project for Objective-C

CocoaPods - A better way to use and publish open source project for Objective-C

At Hong Kong Open Source Conference 2014

Francis Chong

March 29, 2014
Tweet

More Decks by Francis Chong

Other Decks in Programming

Transcript

  1. A -> C (version 1) B -> C (version 2)

    C -> D (version 3) E -> D (version 4) F -> B (version 5)
  2. “The Podfile is a specification that describes the dependencies of

    the targets of one or more Xcode projects.” cocoapods.org
  3. !"" Assets! !"" Classes! #"" ios! #"" osx! !"" Resources!

    !"" Example! #"" Podfile! !"" CHANGELOG.md! !"" LICENSE! !"" README.md! #"" MyLibrary.podspec!
  4. Readings • CocoaPods Guide • Semantic Versioning • iOS Static

    Libraries Are, Like, Really Bad, And Stuff • kstenerud/iOS-Universal-Framework