Skip to content

Commit

Permalink
fix MGBox2 1.0.0 spec by remove duplicates
Browse files Browse the repository at this point in the history
  • Loading branch information
siuying committed Oct 6, 2012
1 parent 700d454 commit d73bfa5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions MGBox2/1.0.0/MGBox2.podspec
Expand Up @@ -5,15 +5,13 @@ Pod::Spec.new do |s|
s.homepage = "https://github.com/sobri909/MGBox2" s.homepage = "https://github.com/sobri909/MGBox2"


s.license = 'Copyright 2012, Matt Greenfield' s.license = 'Copyright 2012, Matt Greenfield'
#s.license = { :type => 'MIT (example)', :file => 'FILE_LICENSE' }

s.author = { "Matt Greenfield" => "matt@bigpaua.com" } s.author = { "Matt Greenfield" => "matt@bigpaua.com" }
s.source = { :git => "https://github.com/sobri909/MGBox2.git", :tag => "1.0.0" } s.source = { :git => "https://github.com/sobri909/MGBox2.git", :tag => "1.0.0" }


s.platform = :ios, '5.0' s.platform = :ios, '5.0'


s.source_files = 'MGBox', 'MGBox/**/*.{h,m}' s.source_files = 'MGBox/**/*.{h,m}'
# s.public_header_files = 'Classes/**/*.h'


s.framework = 'QuartzCore' s.framework = 'QuartzCore'
s.requires_arc = true s.requires_arc = true
Expand Down

0 comments on commit d73bfa5

Please sign in to comment.