Latest | 2.1.4 |
---|---|
Homepage | https://github.com/ABCReading/ATReadingBookSDK |
License | MIT |
Platforms | ios 8.0 |
Dependencies | SSZipArchive, JSONModel, lottie-ios, SDWebImage, YYText, Objective-LevelDB, FLEX, Qiniu |
Authors |
项目介绍
ATReadingBookSDK
软件架构
支持armv7 armv7s arm64架构
安装教程
- pod ‘ATReadingBookSDK’, ‘~> 0.2.7’
使用说明
-
0.2.6版为thin framework
只包含ABCtimeReadingBookSDK.framework
需要配合TALVoiceEvalSDK.framework+SingSound.Bundle及自定义包装的ATVoiceEvalManager类在宿主工程中使用
所属分支:master
-
0.2.7版为fat framework
pod install 之后会同时安装ABCtimeReadingBookSDK.framework, ATVoiceEvalManager.framework到宿主工程中
所属分支:updateTAL_framework
-
ATVoiceEvalManager.framework说明
包含TALVoiceEvalSDK.framework+SingSound.Bundle及自定义包装的ATVoiceEvalManager类的custom framework
ATVoiceEvalManager.framework仓库链接:https://gitee.com/CaptainSpaino/ATVoiceEvalManager.git
Latest podspec
{ "name": "ATReadingBookSDK", "version": "2.1.4", "summary": "ATReadingBookSDK.", "description": "ATReadingBookSDK Copyright (c) 2018 ABC Reading. All rights reserved.", "homepage": "https://github.com/ABCReading/ATReadingBookSDK", "license": { "type": "MIT", "file": "LICENSE" }, "authors": { "Spaino": "[email protected]" }, "source": { "git": "https://github.com/ABCReading/ATReadingBookSDK.git", "tag": "2.1.4" }, "platforms": { "ios": "8.0" }, "source_files": "ATReadingBookSDK/Classes/*.framework/Headers/*.{h}", "vendored_frameworks": "ATReadingBookSDK/Classes/*.framework", "public_header_files": "ATReadingBookSDK/Classes/*.framework/Headers/*.h", "resource_bundles": { "ATReadingBookSDK": [ "ATReadingBookSDK/Assets/*.bundle" ] }, "xcconfig": { "VALID_ARCHS": "arm64 x86_64 armv7 armv7s" }, "dependencies": { "SSZipArchive": [ "~> 2.1.1" ], "JSONModel": [ "~> 1.7.0" ], "lottie-ios": [ "~> 2.5.0" ], "SDWebImage": [ "~> 4.0" ], "YYText": [ "~> 1.0.7" ], "Objective-LevelDB": [ "~> 2.1.5" ], "FLEX": [ "~> 2.4.0" ], "Qiniu": [ "~> 7.2.2" ] } }
Mon, 03 Jun 2019 10:02:13 +0000