Created
July 25, 2012 12:24
-
-
Save jk/3175904 to your computer and use it in GitHub Desktop.
Custom DDPageControl with further improvements
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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