Skip to content

Commit

Permalink
release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
erickpintor committed Dec 22, 2016
1 parent f865dd3 commit f2b9af4
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 15 deletions.
1 change: 1 addition & 0 deletions .swift-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.0
7 changes: 0 additions & 7 deletions CHANGELOG.md

This file was deleted.

2 changes: 2 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
0.1.0
* Initial driver release
17 changes: 9 additions & 8 deletions FaunaDB.podspec
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
Pod::Spec.new do |s|
s.name = "FaunaDB"
s.version = "1.0.0"
s.summary = "Swift client for FaunaDB."
s.version = "0.1.0"
s.summary = "Swift driver for FaunaDB."
s.homepage = "https://github.com/faunadb/faunadb-swift"
s.author = { "Fauna, Inc" => "[email protected]" }
s.license = { type: 'Mozilla Public License 2.0', file: 'LICENSE' }
s.author = { "Fauna, Inc" => "[email protected]" }
s.source = { git: "https://github.com/faunadb/faunadb-swift.git", tag: s.version.to_s }
s.social_media_url = 'https://twitter.com/faunadb'
s.requires_arc = true
s.source_files = 'Sources/**/*.swift'
s.ios.deployment_target = '9.0'
s.osx.deployment_target = '10.10'
s.tvos.deployment_target = '9.0'
s.source_files = 'Sources/**/*.swift'

# Multi platform support
s.ios.deployment_target = '9.0'
s.osx.deployment_target = '10.10'
s.tvos.deployment_target = '9.0'
s.watchos.deployment_target = '2.0'
end

0 comments on commit f2b9af4

Please sign in to comment.