Merge branch 'master' of github.com:CocoaPods/Specs

This commit is contained in:
Christoph Jerolimov
2012-10-21 17:00:05 +02:00
2 changed files with 37 additions and 0 deletions
+19
View File
@@ -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
+18
View File
@@ -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