Skip to content

Commit da6eaa7

Browse files
author
Erik Malyak
committed
Created podspec
1 parent b617067 commit da6eaa7

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

EMPageViewController.podspec

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Pod::Spec.new do |s|
2+
s.name = "EMPageViewController"
3+
s.version = "2.0.0-beta.1"
4+
s.summary = "A better page view controller for iOS."
5+
s.homepage = "https://github.com/emalyak/EMPageViewController"
6+
s.license = { :type => "MIT", :file => "LICENSE" }
7+
s.author = { "Erik Malyak" => "[email protected]" }
8+
s.source = { :git => "https://github.com/emalyak/EMPageViewController.git", :tag => s.version.to_s }
9+
s.social_media_url = 'https://twitter.com/emalyak'
10+
s.platform = :ios, '8.0'
11+
s.requires_arc = true
12+
s.source_files = 'EMPageViewController/*.swift'
13+
end

0 commit comments

Comments
 (0)