-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathBTGridPager.podspec
More file actions
23 lines (22 loc) · 1.06 KB
/
BTGridPager.podspec
File metadata and controls
23 lines (22 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#
# Be sure to run `pod lib lint NAME.podspec' to ensure this is a
# valid spec and remove all comments before submitting the spec.
#
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html
#
Pod::Spec.new do |s|
s.name = "BTGridPager"
s.version = "0.1.9"
s.summary = "BTGridLayout is a subclass of UIScrollView that allows horizontal and vertical view pagin for iOS."
s.description = <<-DESC
BTGridLayout is a subclass of UIScrollView that allows horizontal and vertical view pagin for iOS. It
allows for unlimited number of views to be paged through both vertically and horizontally.
DESC
s.homepage = "https://github.com/btate/BTGridPager"
s.license = 'MIT'
s.author = { "Brandon Tate" => "brandonntate@gmail.com" }
s.source = { :git => "https://github.com/btate/BTGridPager.git", :tag => s.version.to_s }
s.source_files = 'BTGridPager'
s.platform = :ios, '6.0'
s.requires_arc = true
end