Skip to content

Commit 901dcc6

Browse files
Merge pull request #16 from sudeepunnikrishnan/master
Updated to support swift 4.0 V 1.0.12
2 parents c7a2fda + f299ae6 commit 901dcc6

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

+139
-503
lines changed
1.79 KB
Binary file not shown.

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

+67-250
Large diffs are not rendered by default.
0 Bytes
Binary file not shown.
-1.16 MB
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.
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
framework module Instamojo {
22
header "Instamojo-Swift.h"
3+
requires objc
34
}

Instamojo.framework/Assets.car

1.79 KB
Binary file not shown.

Instamojo.framework/Headers/Instamojo-Swift.h

+67-250
Large diffs are not rendered by default.

Instamojo.framework/Info.plist

0 Bytes
Binary file not shown.

Instamojo.framework/Instamojo

-1.16 MB
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.
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
framework module Instamojo {
22
header "Instamojo-Swift.h"
3+
requires objc
34
}

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.11"
3+
s.version = "1.0.12"
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 = 3.0;
653+
SWIFT_VERSION = 4.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 = 3.0;
683+
SWIFT_VERSION = 4.0;
684684
TARGETED_DEVICE_FAMILY = "1,2";
685685
};
686686
name = Release;

0 commit comments

Comments
 (0)