Closed sysatom closed 8 years ago
刚验证了,没问题,请确定输入的是完整git地址,感谢你的来访
target 'Test' do
pod 'HJCornerRadius', :git => "https://github.com/panghaijiao/HJCornerRadius.git"
end
➜ Test git:(master) ✗ pod install Updating local specs repositories
CocoaPods 1.0.0.beta.6 is available.
To update use: gem install cocoapods --pre
[!] This is a test version we'd love you to try.
For more information see http://blog.cocoapods.org and the CHANGELOG for this version http://git.io/BaH8pQ.
Analyzing dependencies
Pre-downloading: HJCornerRadius
from https://github.com/panghaijiao/HJCornerRadius.git
Downloading dependencies
Installing HJCornerRadius (0.0.1)
Generating Pods project
Integrating client project
[!] Please close any current Xcode sessions and use Test.xcworkspace
for this project from now on.
Sending stats
Sending stats
Pod installation complete! There is 1 dependency from the Podfile and 1 total
pod installed.
➜ Test git:(master) ✗
v1.0.0对podspec语法有改变,见 https://github.com/panghaijiao/HJCornerRadius/pull/5
好,我更新下最新版看看