Skip to content

Commit

Permalink
Merge branch 'master' of github.com:CocoaPods/Specs
Browse files Browse the repository at this point in the history
  • Loading branch information
jerolimov committed Oct 21, 2012
2 parents a9cd1dd + 690dad3 commit 3beb670
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
19 changes: 19 additions & 0 deletions 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
18 changes: 18 additions & 0 deletions 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

0 comments on commit 3beb670

Please sign in to comment.