alibaba / wax

Wax is a framework that lets you write native iPhone apps in Lua.
http://github.com/probablycorey/wax
MIT License
1.84k stars 280 forks source link

con't support cocoapod 1.0.0 #39

Closed di1688 closed 7 years ago

di1688 commented 8 years ago

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:

wallace1110 commented 8 years ago

同上 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:

kiddtaurus commented 8 years ago

+1

kiddtaurus commented 8 years ago

@zrhdev @wallace1110 @huacnlee @fsword @mazhao

di1688 commented 8 years ago

https://github.com/zrhdev/wax.git, you can use it.

kiddtaurus commented 8 years ago

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:

pod version 1.0.0

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

intheway commented 8 years ago

add source ,but annother error happened...

di1688 commented 8 years ago

I had fixed it.

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

kiddtaurus commented 8 years ago

It works.

sh0rt2020 commented 7 years ago

@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?

di1688 commented 7 years ago

you can create a private spec repo.