quattro_4 scribble

scribble 落書き (調べた事をただ落書きする)

NSScreencast Episode #5 CocoaPods

CocoaPods - NSScreencast

  • linking static library (copy, linking)
  • gem install cocoapods
    • pod setup
    • pod list
    • pod search hoge
  • Podfile
    • platform
    • dependency
  • pod install Sample.xcodeproj/
  • in xcode proj
  • import header file

    • Build Settings
      • header search path
  • See wiki and FAQ
  • Create podsspec
    • pod spec create Hoge
    • github CocoaPods/Specs