Skip to content
This repository has been archived by the owner on Mar 6, 2018. It is now read-only.

Commit

Permalink
Swift 3.0 Support
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanbruel committed Sep 28, 2016
1 parent d40a7f5 commit 905f64e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions .swift-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.0
4 changes: 2 additions & 2 deletions RxPermission.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ Pod::Spec.new do |s|
s.platform = :ios, '8.0'
s.ios.deployment_target = '8.0'
s.source_files = 'Source/*.swift'
s.dependency 'Permission', '~> 1.2'
s.dependency 'RxSwift', '~> 2.4'
s.dependency 'Permission'
s.dependency 'RxSwift'
end
3 changes: 3 additions & 0 deletions RxPermission.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@
TargetAttributes = {
46AE7EC11D1081C90004DB02 = {
CreatedOnToolsVersion = 7.3.1;
LastSwiftMigration = 0800;
};
};
};
Expand Down Expand Up @@ -252,6 +253,7 @@
PRODUCT_BUNDLE_IDENTIFIER = sunshinejr.RxPermission;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
SWIFT_VERSION = 3.0;
};
name = Debug;
};
Expand All @@ -272,6 +274,7 @@
PRODUCT_BUNDLE_IDENTIFIER = sunshinejr.RxPermission;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
SWIFT_VERSION = 3.0;
};
name = Release;
};
Expand Down

0 comments on commit 905f64e

Please sign in to comment.