サクサク読めて、アプリ限定の機能も多数!
トップへ戻る
ChatGPT
docs.cocoapods.org
SpecificationA specification describes a version of Pod library. It includes details about where the source should be fetched from, what files to use, the build settings to apply, and other general metadata such as its name, version, and description. A stub specification file can be generated by the pod spec create command. The specification DSL provides great flexibility and dynamism. Moreover, t
platform :ios, '9.0' inhibit_all_warnings! target 'MyApp' do pod 'ObjectiveSugar', '~> 0.5' target 'MyAppTests' do inherit! :search_paths pod 'OCMock', '~> 2.0.1' end end post_install do |installer| installer.pods_project.targets.each do |target| puts "#{target.name}" end end install!Specifies the installation method and options to be used when CocoaPods installs this Podfile. The first parameter
このページを最初にブックマークしてみませんか?
『docs.cocoapods.org』の新着エントリーを見る
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く