alibaba / wax

Wax is a framework that lets you write native iPhone apps in Lua.

Home Page:http://github.com/probablycorey/wax

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

con't support cocoapod 1.0.0

di1688 opened this issue · comments

commented

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...

commented

I had fixed it.

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

It works.

commented

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

commented

you can create a private spec repo.