[iOS] Fix ios build failed (#16)

Specific the vesion of libwebp to 1.0.2 to  fix Pod SDWebImage build failed due to libwebp 1.0.3
1 file changed
tree: 3baab7ba41f5000ad00f612216dd12410dc7add9
  1. android/
  2. ios/
  3. .travis.yml
  4. dangerfile-android.js
  5. dangerfile-ios.js
  6. LICENSE
  7. package-lock.json
  8. package.json
  9. README.md
README.md

incubator-weex-playground

Weex Playground is a development tool, which can be used to test and preview weex pages on Android or IOS.

Find more about playground at our website.

Run Weex Playground

Android

  • Open android In Android Studio
  • In playground/java/com.alibaba.weex/IndexActivity, modify CURRENT_IP to your local IP
  • Click (Run button)

iOS

  • Install CocoaPods.
  • Open ios directory, then execute pod install in terminal.
  • Open WeexDemo.xcworkspace with Xcode.
  • Click (Run button)