项目集成Pod

2016-07-13  本文已影响85人  Theshy
# Uncomment this line to define a global platform for your project
# platform :ios, '9.0'

target 'PodTest' do
  # Comment this line if you're not using Swift and don't want to use dynamic frameworks
  use_frameworks!

  # Pods for PodTest

end

# Uncomment this line to define a global platform for your project
platform :ios, '9.0'

target 'PodTest' do
  # Comment this line if you're not using Swift and don't want to use dynamic frameworks
  use_frameworks!

  # Pods for PodTest
  pod 'ReactiveCocoa', '~> 4.1.0'

end
hideOnBush:PodTest Theshy$ pod install
Analyzing dependencies
Downloading dependencies
Installing ReactiveCocoa (4.1.0)
Installing Result (2.0.0)
Generating Pods project
Integrating client project

[!] Please close any current Xcode sessions and use `PodTest.xcworkspace` for this project from now on.
Sending stats
Pod installation complete! There is 1 dependency from the Podfile and 2 total
pods installed.
hideOnBush:PodTest Theshy$ 

OK 安装成功

上一篇 下一篇

猜你喜欢

热点阅读