fix: restore demo build and drawing interactions
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "RDEpubReaderView",
|
||||
"module_name": "RDEpubReaderView",
|
||||
"version": "0.0.1",
|
||||
"version": "0.0.2",
|
||||
"summary": "A reader view for EPUB and plain-text books",
|
||||
"platforms": {
|
||||
"ios": "15.0"
|
||||
@@ -15,13 +15,13 @@
|
||||
},
|
||||
"source": {
|
||||
"git": "http://192.168.21.200:8418/4v5u09Z5a4Yuc/ReadViewSDK.git",
|
||||
"tag": "0.0.1"
|
||||
"tag": "0.0.2"
|
||||
},
|
||||
"license": "MIT",
|
||||
"source_files": "Sources/RDEpubReaderView/**/*.{swift}",
|
||||
"source_files": "**/*.swift",
|
||||
"resource_bundles": {
|
||||
"RDEpubReaderViewAssets": [
|
||||
"Sources/RDEpubReaderView/EPUBCore/Resources/**/*"
|
||||
"EPUBCore/Resources/**/*"
|
||||
]
|
||||
},
|
||||
"dependencies": {
|
||||
@@ -30,6 +30,9 @@
|
||||
],
|
||||
"DTCoreText": [
|
||||
"~> 1.6"
|
||||
],
|
||||
"SnapKit": [
|
||||
"~> 5.7"
|
||||
]
|
||||
},
|
||||
"requires_arc": true,
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "RDPDFReaderView",
|
||||
"module_name": "RDPDFReaderView",
|
||||
"version": "0.1.0",
|
||||
"version": "0.0.1",
|
||||
"summary": "Independent UIKit PDF reader interaction engine",
|
||||
"platforms": {
|
||||
"ios": "15.0"
|
||||
|
||||
Reference in New Issue
Block a user