Skip to content

Commit

Permalink
[Fix] UISS (1.1.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertwijas committed Mar 10, 2013
1 parent 41d8c73 commit 916294d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions UISS/1.1.0/UISS.podspec
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ Pod::Spec.new do |s|
s.license = 'MIT' s.license = 'MIT'
s.summary = 'UIKit Style Sheets.' s.summary = 'UIKit Style Sheets.'
s.homepage = 'https://github.com/robertwijas/UISS' s.homepage = 'https://github.com/robertwijas/UISS'
s.author = { 'Robert Wijas' => 'https://github.com/robertwijas' } s.author = { 'Robert Wijas' => 'https://robertwijas.com' }
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.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.1.0' } s.source = { :git => 'https://github.com/robertwijas/UISS.git', :tag => "#{s.version}" }


s.source_files = 'Project/UISS' s.source_files = 'Project/UISS'
s.resources = "Project/UISSResources.bundle" s.resources = 'Project/UISSResources.bundle'
s.preserve_paths = "Project/UISSDemo", "Project/UISSDemo-CocoaPods", "Project/UISSDemoTests" s.preserve_paths = 'Project/UISSDemo', 'Project/UISSDemoTests'
s.prefix_header_file = 'Project/UISS/UISS-Prefix.pch' s.prefix_header_file = 'Project/UISS/UISS-Prefix.pch'


s.frameworks = 'Foundation', 'UIKit' s.frameworks = 'Foundation', 'UIKit'
Expand Down

0 comments on commit 916294d

Please sign in to comment.