Skip to content

Commit

Permalink
Updated swift-version and podspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
dimix committed Sep 27, 2017
1 parent 24d2888 commit 887f6b7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .swift-version
@@ -1 +1 @@
your.swift.version
4.0
3 changes: 3 additions & 0 deletions Demo/Demo.xcodeproj/project.pbxproj
Expand Up @@ -234,6 +234,7 @@
};
4707EA351DB3959800DCDA5F = {
CreatedOnToolsVersion = 8.0;
DevelopmentTeam = Y36762Y992;
LastSwiftMigration = 0900;
ProvisioningStyle = Automatic;
};
Expand Down Expand Up @@ -495,6 +496,7 @@
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
DEVELOPMENT_TEAM = Y36762Y992;
INFOPLIST_FILE = Demo/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.dimix.Demo;
Expand All @@ -508,6 +510,7 @@
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
DEVELOPMENT_TEAM = Y36762Y992;
INFOPLIST_FILE = Demo/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.dimix.Demo;
Expand Down
1 change: 1 addition & 0 deletions ImageSlideShowSwift.podspec
Expand Up @@ -8,6 +8,7 @@ Pod::Spec.new do |s|
s.license = "MIT"
s.author = { "Dimitri Giani" => "dimitri.giani@gmail.com" }
s.platform = :ios, "9.0"
s.ios.deployment_target = "9.3"
s.source = { :git => "https://github.com/dimix/ImageSlideShow.git", :tag => "#{s.version}" }
s.source_files = "Classes", "Sources/ImageSlideShow/**/**/*.{swift}"
s.resources = "Sources/ImageSlideShow/Storyboard/*.{png,jpeg,jpg,storyboard,xib}"
Expand Down

0 comments on commit 887f6b7

Please sign in to comment.