forked from vicpenap/PrettyKit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPrettyKit.podspec
More file actions
13 lines (13 loc) · 767 Bytes
/
PrettyKit.podspec
File metadata and controls
13 lines (13 loc) · 767 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
Pod::Spec.new do |s|
s.name = 'PrettyKit'
s.version = '0.2.0'
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/vicpenap/PrettyKit'
s.author = { 'Victor Pena' => 'contact@victorpena.es' }
s.source = { :git => 'https://github.com/vicpenap/PrettyKit.git', :tag => '0.2.0' }
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'
s.frameworks = 'UIKit', 'QuartzCore', 'CoreGraphics'
end