Skip to content

Commit

Permalink
MGBoxKit 3.2.2 podspec for box reuse internal state cleansing
Browse files Browse the repository at this point in the history
  • Loading branch information
sobri909 committed Apr 15, 2014
1 parent bdec4ad commit f3473cf
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions MGBoxKit/3.2.2/MGBoxKit.podspec
@@ -0,0 +1,17 @@
Pod::Spec.new do |s|
s.name = "MGBoxKit"
s.version = "3.2.2"
s.summary = "Simple, quick iOS tables, grids, and more."
s.homepage = "https://github.com/sobri909/MGBoxKit"
s.documentation_url = 'http://www.bigpaua.com/MGBoxKit/docs/index.html'
s.license = 'Copyright 2013, Matt Greenfield'
s.author = { "Matt Greenfield" => "matt@bigpaua.com" }
s.source = { :git => "https://github.com/sobri909/MGBoxKit.git", :tag => "3.2.2" }
s.platform = :ios, '5.0'
s.source_files = 'MGBoxKit/*.{h,m}'
s.framework = 'QuartzCore', 'CoreText'
s.requires_arc = true
s.subspec 'Categories' do |ss|
ss.source_files = 'MGBoxKit/Categories/*.{h,m}'
end
end

0 comments on commit f3473cf

Please sign in to comment.