Skip to content

Commit

Permalink
pod release
Browse files Browse the repository at this point in the history
  • Loading branch information
longitachi committed Aug 31, 2020
1 parent 937345b commit 5dc9529
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@

----------------------------------------

## 重要说明
该框架为原[`ZLPhotoBrowser`](https://github.com/longitachi/ZLPhotoBrowser)`4.0.0`版本以后由`Swift`重新编写,该`OC`版本不在维护,请使用`Swift`版本

### 运行Demo
下载完Demo请执行`carthage update --platform iOS` (运行时候请选择 `Example` target)`SDWebImage.framework``SDWebImageMapKit.framework` 路径如果报错的话,关掉项目,重新打开即可

Expand Down
8 changes: 4 additions & 4 deletions ZLPhotoBrowser.podspec → ZLPhotoBrowser-objc.podspec
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Pod::Spec.new do |s|
s.name = 'ZLPhotoBrowser'
s.version = '3.2.0'
s.summary = 'A simple way to multiselect photos from ablum, force touch to preview photo, support portrait and landscape, edit photo, multiple languages(Chinese,English,Japanese)'
s.name = 'ZLPhotoBrowser-objc'
s.version = '1.0.0'
s.summary = 'ZLPhotoBrowser 的oc版本'
s.homepage = 'https://github.com/longitachi/ZLPhotoBrowser'
s.license = 'MIT'
s.platform = :ios
s.author = {'longitachi' => '[email protected]'}

s.ios.deployment_target = '8.0'
s.source = {:git => 'https://github.com/longitachi/ZLPhotoBrowser.git', :tag => s.version}
s.source = {:git => 'https://github.com/longitachi/ZLPhotoBrowser-objc.git', :tag => s.version}
s.source_files = 'ZLPhotoBrowser/PhotoBrowser/**/*.{h,m}'
s.resources = 'ZLPhotoBrowser/PhotoBrowser/resource/*.{png,xib,nib,bundle}'

Expand Down

0 comments on commit 5dc9529

Please sign in to comment.