From 48d5290bbbcb6a9a817f340efd7c41068b8d7c8f Mon Sep 17 00:00:00 2001 From: Matt Greenfield Date: Thu, 24 Apr 2014 01:02:04 +0700 Subject: [PATCH] MGBoxKit 4.0.0 podspec for auto data change observing, custom animations, etc --- MGBoxKit/4.0.0/MGBoxKit.podspec | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 MGBoxKit/4.0.0/MGBoxKit.podspec diff --git a/MGBoxKit/4.0.0/MGBoxKit.podspec b/MGBoxKit/4.0.0/MGBoxKit.podspec new file mode 100644 index 00000000000000..c0721dc40b9821 --- /dev/null +++ b/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