Skip to content

Commit

Permalink
Add XHMediaZoom.podspec file for v1.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
xhzengAIB committed Dec 23, 2013
1 parent 0fd06d6 commit c503d11
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions XHMediaZoom.podspec
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

0 comments on commit c503d11

Please sign in to comment.