forked from ganico/JNMentionTextView
-
Notifications
You must be signed in to change notification settings - Fork 0
/
JNMentionTextView.podspec
16 lines (14 loc) · 1.01 KB
/
JNMentionTextView.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Pod::Spec.new do |s|
s.name = "JNMentionTextView"
s.version = "1.0.1"
s.summary = "JNMentionTextView is a UITextView replacement supporting the mention feature for iOS applications."
s.description = "A UITextView drop-in replacement supporting special characters such as [ #, @ ] and regex patterns, written in Swift."
s.homepage = "https://github.com/JNDisrupter"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.authors = { "Jayel Zaghmoutt" => "[email protected]", "Mohammad Nabulsi" => "[email protected]", "Mohammad Ihmouda" => "[email protected]" }
s.platform = :ios
s.platform = :ios, "9.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