Skip to content

Commit

Permalink
[Update] FlatUIKit (1.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmcmurray committed Jul 4, 2013
1 parent 90f0243 commit 46811b7
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions FlatUIKit/1.2/FlatUIKit.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Pod::Spec.new do |s|
s.name = "FlatUIKit"
s.version = "1.2"
s.summary = "A collection of awesome flat UI components for iOS."
s.homepage = "https://github.com/Grouper/FlatUIKit"
s.license = 'MIT'
s.authors = { "Jack Flintermann" => "jack@joingrouper.com", "Grouper" => "jobs@joingrouper.com"}
s.source = { :git => "https://github.com/Grouper/FlatUIKit.git", :tag => "1.2" }
s.platform = :ios, '5.0'
s.source_files = 'Classes', 'Classes/**/*.{h,m}'

s.resources = "Resources/*"
s.framework = 'CoreText'
s.requires_arc = true
end

0 comments on commit 46811b7

Please sign in to comment.