Skip to content

Commit 2c87779

Browse files
Merge pull request #17 from sudeepunnikrishnan/master
Changes done to support Xcode 9.1 Swift 3.2.x
2 parents 901dcc6 + d826598 commit 2c87779

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+469
-7
lines changed
0 Bytes
Binary file not shown.

Framework/Instamojo.framework/Headers/Instamojo-Swift.h

+233-2
Large diffs are not rendered by default.
-3 Bytes
Binary file not shown.
590 KB
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.

Instamojo.framework/Assets.car

0 Bytes
Binary file not shown.

Instamojo.framework/Headers/Instamojo-Swift.h

+233-2
Large diffs are not rendered by default.

Instamojo.framework/Info.plist

-3 Bytes
Binary file not shown.

Instamojo.framework/Instamojo

590 KB
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.

Instamojo.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "Instamojo"
3-
s.version = "1.0.12"
3+
s.version = "1.0.13"
44
s.summary = "Instamojo iOS SDK"
55
s.homepage = "https://www.instamojo.com"
66
s.license = "LGPL"

Instamojo.xcodeproj/project.pbxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,7 @@
650650
SKIP_INSTALL = YES;
651651
SWIFT_OBJC_BRIDGING_HEADER = "Instamojo-Bridging-Header.h";
652652
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
653-
SWIFT_VERSION = 4.0;
653+
SWIFT_VERSION = 3.0;
654654
TARGETED_DEVICE_FAMILY = "1,2";
655655
};
656656
name = Debug;
@@ -680,7 +680,7 @@
680680
PRODUCT_NAME = "$(TARGET_NAME)";
681681
SKIP_INSTALL = YES;
682682
SWIFT_OBJC_BRIDGING_HEADER = "Instamojo-Bridging-Header.h";
683-
SWIFT_VERSION = 4.0;
683+
SWIFT_VERSION = 3.0;
684684
TARGETED_DEVICE_FAMILY = "1,2";
685685
};
686686
name = Release;

0 commit comments

Comments
 (0)