Skip to content

Commit

Permalink
MGBoxKit 4.0.0 podspec for auto data change observing, custom animati…
Browse files Browse the repository at this point in the history
…ons, etc
  • Loading branch information
sobri909 committed Apr 23, 2014
1 parent f3473cf commit 48d5290
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions MGBoxKit/4.0.0/MGBoxKit.podspec
@@ -0,0 +1,17 @@
Pod::Spec.new do |s|
s.name = "MGBoxKit"
s.version = "4.0.0"
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 => "4.0.0" }
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 48d5290

Please sign in to comment.