alibaba/wax

con't support cocoapod 1.0.0

di1688 opened this issue · 10 comments

Analyzing dependencies
Pre-downloading: wax from https://github.com/alibaba/wax.git, tag 1.1.0
[!] The wax pod failed to validate due to 1 error:
- ERROR | attributes: Missing required attribute source.

同上
Analyzing dependencies
Pre-downloading: wax from https://github.com/alibaba/wax.git, tag 1.1.0
[!] The wax pod failed to validate due to 1 error:

  • ERROR | attributes: Missing required attribute source.

Analyzing dependencies
Pre-downloading: wax from https://github.com/alibaba/wax.git, tag 1.1.0
[!] The wax pod failed to validate due to 1 error:
- ERROR | attributes: Missing required attribute source.

pod version 1.0.0

@zavakid
CocoaPods doesn't support the url, so can it be used like " pod 'wax', '~> 1.1.0’ " ?

add source ,but annother error happened...

I had fixed it.

pod 'wax', :git => 'https://github.com/zrhdev/wax.git', :tag => '1.2.1'

It works.

@zrhdev Thx.

But I have a question. When I edit my Podfile like this:
pod 'wax', :path=>'**wax.podspec's local path**'
I can install wax, but in project, wax is a development directory.

Do u know what does pod do when I edit my Podfile like before? And when I submit my app to AppStore, is this suitable?

you can create a private spec repo.