diff --git a/MGBox2/1.3.0/MGBox2.podspec b/MGBox2/1.3.0/MGBox2.podspec new file mode 100644 index 00000000..eb1d472b --- /dev/null +++ b/MGBox2/1.3.0/MGBox2.podspec @@ -0,0 +1,19 @@ +Pod::Spec.new do |s| + s.name = "MGBox2" + s.version = "1.3.0" + s.summary = "Simple, quick iOS tables, grids, and more." + s.homepage = "https://github.com/sobri909/MGBox2" + + s.license = 'Copyright 2012, Matt Greenfield' + + s.author = { "Matt Greenfield" => "matt@bigpaua.com" } + s.source = { :git => "https://github.com/sobri909/MGBox2.git", :tag => "1.3.0" } + + s.platform = :ios, '5.0' + + s.source_files = 'MGBox/**/*.{h,m}' + + s.framework = 'QuartzCore' + s.requires_arc = true + +end diff --git a/NSUnit/0.0.1/NSUnit.podspec b/NSUnit/0.0.1/NSUnit.podspec new file mode 100644 index 00000000..dcf970bb --- /dev/null +++ b/NSUnit/0.0.1/NSUnit.podspec @@ -0,0 +1,18 @@ +Pod::Spec.new do |s| + s.name = "NSUnit" + s.version = "0.0.1" + s.summary = "NSUnit is a unit testing framework, providing a more Objective-C friendly API, particularly for testing against Foundation classes." + + s.license = 'MIT' + s.homepage = "https://github.com/jacksonh/NSUnit" + s.author = { "Jackson Harper" => "jacksonh@gmail.com" } + + s.source = { :git => "https://github.com/jacksonh/NSUnit.git", :commit => "3d52c1934cb263386aea359d55a771807caf43b1" } + s.platform = :ios + + s.source_files = 'NSUnit/**/*.{h,m}' + s.public_header_files = 'NSUnit/**/*.h' + + s.requires_arc = true + +end