Skip to content

Commit

Permalink
Merge pull request #393 from robertwijas/master
Browse files Browse the repository at this point in the history
UISS 1.0.0
  • Loading branch information
fabiopelosin committed Aug 13, 2012
2 parents 8bc65b3 + d0f63d2 commit b7d6fd3
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions UISS/1.0.0/UISS.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
Pod::Spec.new do |s|
s.name = 'UISS'
s.version = '1.0.0'

s.platform = :ios, '5.0'

s.license = 'MIT'
s.summary = 'UIKit Style Sheets.'
s.homepage = 'https://github.com/robertwijas/UISS'
s.author = { 'Robert Wijas' => 'https://github.com/robertwijas' }
s.description = 'UISS stands for UIKit Style Sheets. UISS is an iOS library that provides you with a convenient way to define the style of your application. UISS is built on top of UIKit UIAppearance proxies.'

s.source = { :git => 'https://github.com/robertwijas/UISS.git', :tag => '1.0.0' }

s.source_files = 'Project/UISS'
s.resources = "Project/UISSResources.bundle"
s.preserve_paths = "Project/UISSDemo", "Project/UISSDemoTests"

s.frameworks = 'Foundation', 'UIKit'

s.requires_arc = true
end

0 comments on commit b7d6fd3

Please sign in to comment.