forked from asifmujteba/iOSSharedViewTransition
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathiOSSharedViewTransition.podspec
More file actions
28 lines (17 loc) · 910 Bytes
/
iOSSharedViewTransition.podspec
File metadata and controls
28 lines (17 loc) · 910 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Pod::Spec.new do |s|
s.name = "iOSSharedViewTransition"
s.version = "1.0.2"
s.summary = "iOS 7 based transition library for View Controllers having a Common View"
s.description = <<-DESC
An iOS 7 based transition library for View Controllers having a Common View.
DESC
s.homepage = "https://github.com/asifmujteba/iOSSharedViewTransition"
s.screenshots = "https://raw.githubusercontent.com/asifmujteba/iOSSharedViewTransition/master/sample.gif"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Asif Mujteba" => "asifmujteba@gmail.com" }
s.platform = :ios, "7.0"
s.source = { :git => "https://github.com/asifmujteba/iOSSharedViewTransition.git", :tag => "1.0.2" }
s.source_files = "Classes", "*.{h,m}"
s.public_header_files = "Classes/*.h"
s.requires_arc = true
end