Skip to content

Commit

Permalink
Merge pull request #11 from sudeepunnikrishnan/master
Browse files Browse the repository at this point in the history
Changes done for support Swift 4.0 Xcode 9
  • Loading branch information
ajithsaravanan authored Oct 6, 2017
2 parents cbb4c6f + 3ecac08 commit 6bd0564
Show file tree
Hide file tree
Showing 49 changed files with 7 additions and 469 deletions.
Binary file modified Framework/Instamojo.framework/Assets.car
Binary file not shown.
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.
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.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Instamojo.framework/Assets.car
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 not shown.
Binary file not shown.
Binary file modified Instamojo.framework/InstamojoStoryboard.storyboardc/Info.plist
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 modified Instamojo.framework/InstamojoStoryboard.storyboardc/juspay.nib
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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.8"
s.version = "1.0.9"
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 6bd0564

Please sign in to comment.