Skip to content

Commit

Permalink
Update Swift to 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
RingoD committed Sep 21, 2018
1 parent 73b0804 commit 42f8af5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WCDB.swift.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ Pod::Spec.new do |wcdb|
"OTHER_SWIFT_FLAGS[config=Debug]" => "-D DEBUG",
"OTHER_SWIFT_FLAGS[config=Debug][sdk=iphonesimulator*]" => "-D WCDB_IOS -D DEBUG",
"OTHER_SWIFT_FLAGS[config=Debug][sdk=iphoneos*]" => "-D WCDB_IOS -D DEBUG",
"SWIFT_VERSION" => "4.2",
}
wcdb.swift_version = '4.2'
wcdb.dependency 'WCDBOptimizedSQLCipher', '~> 1.2.0'
wcdb.dependency 'SQLiteRepairKit', '~> 1.2.0'
end

0 comments on commit 42f8af5

Please sign in to comment.