From 50d55415915afb7a403cefb8543e5d966bc80c35 Mon Sep 17 00:00:00 2001 From: Chih-Wei Lee Date: Sat, 11 Aug 2012 11:41:44 +0800 Subject: [PATCH] [Fix] Add missing license info and author info for FMDB podspecs. --- FMDB/1.5.1/FMDB.podspec | 3 ++- FMDB/1.5/FMDB.podspec | 3 ++- FMDB/2.0/FMDB.podspec | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/FMDB/1.5.1/FMDB.podspec b/FMDB/1.5.1/FMDB.podspec index d46d558a3b2404..8c05017d2de295 100644 --- a/FMDB/1.5.1/FMDB.podspec +++ b/FMDB/1.5.1/FMDB.podspec @@ -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' } diff --git a/FMDB/1.5/FMDB.podspec b/FMDB/1.5/FMDB.podspec index e7aa48e480b54b..8e3d037dbcf79b 100644 --- a/FMDB/1.5/FMDB.podspec +++ b/FMDB/1.5/FMDB.podspec @@ -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' } diff --git a/FMDB/2.0/FMDB.podspec b/FMDB/2.0/FMDB.podspec index 0717acdd50ce7b..9c6f9df57c4fc0 100644 --- a/FMDB/2.0/FMDB.podspec +++ b/FMDB/2.0/FMDB.podspec @@ -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' }