Skip to content

Commit 827250d

Browse files
nickgzzjrgarriguv
authored andcommitted
Added osx support to podspec (#27)
1 parent b688c92 commit 827250d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

SQLiteMigrationManager.swift.podspec

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ Pod::Spec.new do |s|
1111
s.author = { "Vincent Garrigues" => "[email protected]" }
1212
s.social_media_url = "http://twitter.com/garriguv"
1313

14-
s.platform = :ios, "9.0"
14+
s.ios.deployment_target = '9.0'
15+
s.osx.deployment_target = '10.10'
16+
1517
s.module_name = 'SQLiteMigrationManager'
1618

1719
s.source = { :git => "https://github.com/garriguv/SQLiteMigrationManager.swift.git", tag: s.version.to_s, submodules: true }

0 commit comments

Comments
 (0)