-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
937345b
commit 5dc9529
Showing
2 changed files
with
7 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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}' | ||
|
||
|