From 0d52df729fe5103cbe395ce603c3209a5e39230c Mon Sep 17 00:00:00 2001 From: Edward Jiang Date: Tue, 13 Sep 2016 11:47:41 -0700 Subject: [PATCH] updated to Xcode 8 GM --- .swift-version | 1 + Simplicity.podspec | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 .swift-version diff --git a/.swift-version b/.swift-version new file mode 100644 index 0000000..9f55b2c --- /dev/null +++ b/.swift-version @@ -0,0 +1 @@ +3.0 diff --git a/Simplicity.podspec b/Simplicity.podspec index f1767e3..1d4e934 100644 --- a/Simplicity.podspec +++ b/Simplicity.podspec @@ -5,7 +5,7 @@ Pod::Spec.new do |s| s.name = "Simplicity" -s.version = "1.0.2" +s.version = "2.0" s.summary = "A simple way to login with Facebook or Google on iOS" s.description = <<-DESC @@ -25,4 +25,4 @@ s.ios.deployment_target = '8.0' s.source_files = 'Simplicity/**/*.swift' -end \ No newline at end of file +end