Skip to content

Commit

Permalink
[Fix] Add missing license info and author info for FMDB podspecs.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlackty committed Aug 11, 2012
1 parent 59af311 commit 50d5541
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion FMDB/1.5.1/FMDB.podspec
Expand Up @@ -3,7 +3,8 @@ Pod::Spec.new do |s|
s.version = '1.5.1'
s.summary = 'A Cocoa / Objective-C wrapper around SQLite.'
s.homepage = 'https://github.com/ccgus/fmdb'
s.author = 'August Mueller'
s.license = 'MIT'
s.author = { 'August Mueller' => 'gus@flyingmeat.com' }
s.source = { :git => 'https://github.com/ccgus/fmdb.git',
:tag => 'v1.5.1' }

Expand Down
3 changes: 2 additions & 1 deletion FMDB/1.5/FMDB.podspec
Expand Up @@ -3,7 +3,8 @@ Pod::Spec.new do |s|
s.version = '1.5'
s.summary = 'A Cocoa / Objective-C wrapper around SQLite.'
s.homepage = 'https://github.com/ccgus/fmdb'
s.author = 'August Mueller'
s.license = 'MIT'
s.author = { 'August Mueller' => 'gus@flyingmeat.com' }
s.source = { :git => 'https://github.com/ccgus/fmdb.git',
:tag => 'v1.5' }

Expand Down
3 changes: 2 additions & 1 deletion FMDB/2.0/FMDB.podspec
Expand Up @@ -3,7 +3,8 @@ Pod::Spec.new do |s|
s.version = '2.0'
s.summary = 'A Cocoa / Objective-C wrapper around SQLite.'
s.homepage = 'https://github.com/ccgus/fmdb'
s.author = 'August Mueller'
s.license = 'MIT'
s.author = { 'August Mueller' => 'gus@flyingmeat.com' }
s.source = { :git => 'https://github.com/ccgus/fmdb.git',
:tag => 'v2.0' }

Expand Down

0 comments on commit 50d5541

Please sign in to comment.