Skip to content

Commit

Permalink
[Fix] Caboodle (0.1.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmasondavies committed Apr 1, 2013
1 parent ba00af7 commit 96e60be
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Caboodle/0.1.0/Caboodle.podspec
@@ -1,12 +1,12 @@
Pod::Spec.new do |s|
s.name = 'Caboodle'
s.version = '0.1.0'
s.license = 'MIT'
s.name = 'Caboodle'
s.version = '0.1.0'
s.license = 'MIT'
s.platform = :ios, '5.0'
s.summary = "Caboodle builds on Foundation to implement missing data structures."
s.summary = "Caboodle builds on Foundation to implement missing data structures."
s.homepage = 'https://github.com/rdavies/Caboodle'
s.author = { 'Ryan Davies' => 'ryan@ryandavies.net' }
s.source = { :git => 'https://github.com/rdavies/Caboodle.git', :tag => s.version.to_s }
s.source_files = 'Caboodle/*.{h,m}'
s.source_files = 'Caboodle/**/*.{h,m}'
s.requires_arc = true
end

0 comments on commit 96e60be

Please sign in to comment.