Skip to content

Commit

Permalink
- Update Podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
jayelzaghmoutt committed Jul 1, 2019
1 parent 96e7051 commit 02c68ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions Example/JNMentionTextView.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@
607FACCF1AFB9204008FA782 = {
CreatedOnToolsVersion = 6.3.1;
DevelopmentTeam = 243T5L9MQG;
LastSwiftMigration = 0900;
LastSwiftMigration = 1020;
};
};
};
Expand Down Expand Up @@ -452,8 +452,7 @@
MODULE_NAME = ExampleApp;
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
SWIFT_VERSION = 4.2;
SWIFT_VERSION = 4.0;
};
name = Debug;
};
Expand All @@ -469,8 +468,7 @@
MODULE_NAME = ExampleApp;
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
SWIFT_VERSION = 4.2;
SWIFT_VERSION = 4.0;
};
name = Release;
};
Expand Down
2 changes: 1 addition & 1 deletion JNMentionTextView.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Pod::Spec.new do |s|

s.platform = :ios
s.platform = :ios, "9.0"
s.swift_version = "4.0"
s.swift_versions = ['4.0', '4.2', '5.0']
s.source = { :git => "https://github.com/JNDisrupter/JNMentionTextView.git", :tag => "#{s.version}" }
s.source_files = "JNMentionTextView/**/*.{swift}"
end

0 comments on commit 02c68ef

Please sign in to comment.