Skip to content

Commit

Permalink
Merge pull request #18 from sudeepunnikrishnan/master
Browse files Browse the repository at this point in the history
Changes done for Xcode 9.1 Swift 4 support.V 1.0.14
  • Loading branch information
ajithsaravanan authored Nov 27, 2017
2 parents 2c87779 + 73460b4 commit d479801
Show file tree
Hide file tree
Showing 22 changed files with 7 additions and 469 deletions.
235 changes: 2 additions & 233 deletions Framework/Instamojo.framework/Headers/Instamojo-Swift.h

Large diffs are not rendered by default.

Binary file modified Framework/Instamojo.framework/Instamojo
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
235 changes: 2 additions & 233 deletions Instamojo.framework/Headers/Instamojo-Swift.h

Large diffs are not rendered by default.

Binary file modified Instamojo.framework/Instamojo
Binary file not shown.
Binary file modified Instamojo.framework/Modules/Instamojo.swiftmodule/arm.swiftdoc
Binary file not shown.
Binary file not shown.
Binary file modified Instamojo.framework/Modules/Instamojo.swiftmodule/arm64.swiftdoc
Binary file not shown.
Binary file not shown.
Binary file modified Instamojo.framework/Modules/Instamojo.swiftmodule/i386.swiftdoc
Binary file not shown.
Binary file not shown.
Binary file modified Instamojo.framework/Modules/Instamojo.swiftmodule/x86_64.swiftdoc
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion Instamojo.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Instamojo"
s.version = "1.0.13"
s.version = "1.0.14"
s.summary = "Instamojo iOS SDK"
s.homepage = "https://www.instamojo.com"
s.license = "LGPL"
Expand Down
4 changes: 2 additions & 2 deletions Instamojo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@
SKIP_INSTALL = YES;
SWIFT_OBJC_BRIDGING_HEADER = "Instamojo-Bridging-Header.h";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 3.0;
SWIFT_VERSION = 4.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
Expand Down Expand Up @@ -680,7 +680,7 @@
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
SWIFT_OBJC_BRIDGING_HEADER = "Instamojo-Bridging-Header.h";
SWIFT_VERSION = 3.0;
SWIFT_VERSION = 4.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Release;
Expand Down

0 comments on commit d479801

Please sign in to comment.