Skip to content

Commit

Permalink
Change minimum deployment target
Browse files Browse the repository at this point in the history
  • Loading branch information
pavankotesh committed Dec 9, 2016
1 parent 6aa8e06 commit 031470d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion KWGradientView.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Create horizontal, vertical & diagonal gradients on your view using this UIView
s.author = { 'Pavan Kotesh' => '[email protected]' }
s.source = { :git => 'https://github.com/keepworks/KWGradientView.git', :tag => s.version.to_s }

s.ios.deployment_target = '10.0'
s.ios.deployment_target = '8.0'
s.source_files = 'KWGradientView/Views/KWGradientView.swift'

end
3 changes: 3 additions & 0 deletions KWGradientView.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
INFOPLIST_FILE = KWGradientView/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.keepworks.KWGradientView;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -285,6 +286,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
INFOPLIST_FILE = KWGradientView/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.keepworks.KWGradientView;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -311,6 +313,7 @@
D1FB3BD01DFA879800476FD8 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
Expand Down

0 comments on commit 031470d

Please sign in to comment.