Skip to content

Commit

Permalink
fix podspec var name
Browse files Browse the repository at this point in the history
  • Loading branch information
toddkrabach authored and stephencelis committed Aug 29, 2015
1 parent 34b7c50 commit f895cea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SQLite.swift.podspec
@@ -1,6 +1,6 @@
require_relative 'Supporting Files/podspec.rb'

Pod::Spec.new do |s|
Pod::Spec.new do |spec|
spec.name = 'SQLite.swift'
spec.summary = 'A type-safe, Swift-language layer over SQLite3.'

Expand Down

0 comments on commit f895cea

Please sign in to comment.