Skip to content

Commit

Permalink
Update podspec with iOS deployment target 9.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
kareman committed Mar 1, 2017
1 parent 5a78671 commit d944464
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions SwiftShell.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ Pod::Spec.new do |s|
s.source = { git: 'https://github.com/kareman/SwiftShell.git', tag: s.version.to_s }
s.source_files = 'Sources/SwiftShell/*.swift','Sources/SwiftShell/*/*.swift'
s.osx.deployment_target = '10.10'
s.ios.deployment_target = '9.0'
end
13 changes: 13 additions & 0 deletions SwiftShell.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,13 @@
remoteGlobalIDString = OBJ_40;
remoteInfo = SwiftShell;
};
BAC5F1851E676AFC00F075BA /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = OBJ_1 /* Project object */;
proxyType = 1;
remoteGlobalIDString = OBJ_40;
remoteInfo = SwiftShell;
};
/* End PBXContainerItemProxy section */

/* Begin PBXFileReference section */
Expand Down Expand Up @@ -251,6 +258,7 @@
buildRules = (
);
dependencies = (
BAC5F1861E676AFC00F075BA /* PBXTargetDependency */,
);
name = StreamTests;
productName = StreamTests;
Expand Down Expand Up @@ -352,6 +360,11 @@
/* End PBXSourcesBuildPhase section */

/* Begin PBXTargetDependency section */
BAC5F1861E676AFC00F075BA /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = OBJ_40 /* SwiftShell */;
targetProxy = BAC5F1851E676AFC00F075BA /* PBXContainerItemProxy */;
};
OBJ_83 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = OBJ_40 /* SwiftShell */;
Expand Down

0 comments on commit d944464

Please sign in to comment.