Skip to content

Commit

Permalink
Cocoapods implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
mertsimsek committed Oct 10, 2018
1 parent 09589ad commit 4be29fc
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions APFancyPager.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@

Pod::Spec.new do |s|

s.name = "APFancyPager"
s.version = "1.0"
s.summary = "A fancy pager view controller framework for Swift/Objective-C"
s.description = <<-DESC
A fancy pager view controller framework for Swift/Objective-C
DESC

s.homepage = "https://github.com/AppsComTr/APFancyPager"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Orhun Mert Simsek" => "[email protected]" }
s.social_media_url = "http://twitter.com/orhunmertsimsek"

s.platform = :ios, "8.0"

s.source = { :git => "https://github.com/AppsComTr/APFancyPager.git", :tag => s.version }

s.source_files = "APFancyPager/**/*.{h,m,swift}"
s.swift_version = "4.2"

s.documentation_url = "http://apps.com.tr/APFancyPager/docs/"

end

0 comments on commit 4be29fc

Please sign in to comment.