Skip to content

Commit

Permalink
[Add] APLPageViewControllerDataSource (0.1.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
toco committed Feb 7, 2014
1 parent 88830db commit 773f801
Showing 1 changed file with 20 additions and 0 deletions.
@@ -0,0 +1,20 @@

Pod::Spec.new do |s|
s.name = "APLPageViewControllerDataSource"
s.version = "0.1.0"
s.summary = "APLPageViewControllerDataSource is an array based data source for UIPageViewController."
s.description = <<-DESC
APLPageViewControllerDataSource provides an index based API on top of the viewControllerBeforeViewController and viewControllerAfterViewController API of UIPageViewController.
DESC
s.homepage = "https://github.com/apploft/APLPageViewControllerDataSource"
s.license = 'MIT'
s.author = { "Tobias Conradi" => "tconradi@apploft.de" }
s.source = { :git => "https://github.com/apploft/APLPageViewControllerDataSource.git", :tag => s.version.to_s }

s.platform = :ios, '5.0'
s.ios.deployment_target = '5.0'
s.requires_arc = true

s.source_files = 'Classes', 'Classes/**/*.{h,m}'
s.public_header_files = 'Classes/**/*.h'
end

0 comments on commit 773f801

Please sign in to comment.