Skip to content

Instantly share code, notes, and snippets.

@jk
Created July 25, 2012 12:24
Show Gist options
  • Select an option

  • Save jk/3175904 to your computer and use it in GitHub Desktop.

Select an option

Save jk/3175904 to your computer and use it in GitHub Desktop.
Custom DDPageControl with further improvements
Pod::Spec.new do |s|
s.name = 'DDPageControl'
s.version = '0.1.1'
s.license = 'MIT'
s.summary = 'An easily customizable alternative to UIKit\'s UIPageControl.'
s.homepage = 'https://github.com/ddeville/DDPageControl'
s.author = { 'Damien DeVille' => 'damien@realmacsoftware.com' }
s.source = { :git => 'https://github.com/cbowns/DDPageControl.git', :commit => '6e80318bda38cfb60a12dd319b8ce024c2d80bdb' }
s.description = 'DDPageControl redefines exactly every property and methods available in UIPageControl. Using DDPageControl without customization will actually lead exactly to a UIPageControl. However, the power of DDPageControl is that you can set some additional properties that will affect the way the look and feel of the page controls.'
s.platform = :ios
s.source_files = 'Classes/DDPageControl.{h,m}'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment