Giter Site home page Giter Site logo

zhengyachao / reader-ios Goto Github PK

View Code? Open in Web Editor NEW

This project forked from yuenov/reader-ios

0.0 1.0 0.0 20.35 MB

阅小说iOS客户端源码

Home Page: http://yuenov.com

License: MIT License

Ruby 0.11% Objective-C 98.21% C 0.02% Objective-C++ 1.66%

reader-ios's Introduction

阅小说iOS客户端

iOS客户端使用的是阅小说开源免费的API:

阅小说接口文档

阅小说App已经上线App StoreGoogle Play,也可以通过下面的链接下载:

阅小说下载地址

http://yuenov.com

欢迎对我们产品提出任何的意见与反馈

Telegram: https://t.me/yuenov

Gmail: [email protected]

相关链接:

阅小说Android客户端源码

阅小说接口文档


部分界面预览

  • iPhone/iPod

  • iPad

使用

下载项目到本地,终端执行

pod install

一般会出现如下报错:

fatal: unable to access 'https://chromium.googlesource.com/webm/libwebp/': Failed to connect to chromium.googlesource.com port 443: Operation timed out

这是由于项目中使用了Google开源的libwebp库对WebP图片进行解析,如果终端没有设置代理,那么这个库就无法下载,但是可以使用该库的镜像文件。具体操作如下:

  1. 在cocoapods的仓库找到libwebp的路径,默认路径如下

    ~/.cocoapods/repos/{cocoapods主仓库名称}/Specs/1/9/2/libwebp
    
  2. 找到对应的库版本,这里使用的是1.1.0,打开该文件夹下面的libwebp.podspec.json文件

  3. 替换libwebp.podspec.json文件source中的git地址由https://chromium.googlesource.com/webm/libwebp替换为https://github.com/webmproject/libwebp.git

    "source": {
        "git": "https://github.com/webmproject/libwebp.git",
        "tag": "v1.1.0"
    }
  4. 重新运行pod install

声明

服务器只提供搜索以及在线转码的计算能力,没有存储任何小说内容。如有任何疑问请通过上面提供的联系方式联系我们。

reader-ios's People

Contributors

yuenov avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.