Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing issue #34 #47

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Releasing version 0.2.3
alexandreos committed Sep 9, 2013
commit ead1b15c8b4bf2fede06853f38bf51dc712b2217
4 changes: 2 additions & 2 deletions PrettyKit.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = 'PrettyKit'
s.version = '0.2.2'
s.version = '0.2.3'
s.license = 'MIT'
s.summary = 'PrettyKit for iOS is a small set of new widgets and UIKit subclasses that gives you a deeper UIKit customization.'
s.homepage = 'http://github.com/alexandreos/PrettyKit'
s.author = { 'Victor Pena' => '[email protected]' }
s.source = { :git => 'https://github.com/alexandreos/PrettyKit.git', :tag => '0.2.2' }
s.source = { :git => 'https://github.com/alexandreos/PrettyKit.git', :tag => '0.2.3' }
s.description = 'PrettyKit for iOS is a small set of new widgets and UIKit subclasses that gives you a deeper UIKit customization. You will be able to change their background color, add gradients, shadows, etc.'
s.platform = :ios
s.source_files = 'PrettyKit', 'PrettyKit/Cells'