-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add XHMediaZoom.podspec file for v1.0 version
- Loading branch information
Showing
1 changed file
with
13 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
Pod::Spec.new do |s| | ||
s.name = "XHMediaZoom" | ||
s.version = "1.0" | ||
s.summary = "类似instagrm图片、视频等资源的缩放动画View来查看详细内容,根据ImageView的位置进行缩放,并且还有查看语音资源的播放功能,注意:资源文件可是网络的,也是可以是本地的,方便自定义使用,并且还具有iOS7背景毛玻璃效果,可以自定设置是否开启." | ||
s.homepage = "https://github.com/JackTeam/XHMediaZoom" | ||
s.license = "MIT" | ||
s.authors = { "xhzengAIB" => "[email protected]" } | ||
s.source = { :git => "https://github.com/JackTeam/XHMediaZoom.git", :tag => "v1.0" } | ||
s.frameworks = 'Foundation', 'CoreGraphics', 'UIKit' | ||
s.platform = :ios, '5.0' | ||
s.source_files = 'Source' | ||
s.requires_arc = true | ||
end |