Skip to content

Commit 60fd32a

Browse files
committed
Swift 4
1 parent c58f139 commit 60fd32a

File tree

2 files changed

+3
-23
lines changed

2 files changed

+3
-23
lines changed

.swift-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.3
1+
4.0

SJTwitterTagInputTextView.podspec

+2-22
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,9 @@
1-
#
2-
# Be sure to run `pod lib lint SJTwitterTagInputTextView.podspec' to ensure this is a
3-
# valid spec before submitting.
4-
#
5-
# Any lines starting with a # are optional, but their use is encouraged
6-
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html
7-
#
81

92
Pod::Spec.new do |s|
103
s.name = 'SJTwitterTagInputTextView'
11-
s.version = '0.1.1'
4+
s.version = '1.0'
125
s.summary = 'SJTwitterTagInputTextView is Twitter Style input text view for "@" tag and "#" tag'
136

14-
# This description is used to generate tags and improve search results.
15-
# * Think: What does it do? Why did you write it? What is the focus?
16-
# * Try to keep it short, snappy and to the point.
17-
# * Write the description between the DESC delimiters below.
18-
# * Finally, don't worry about the indent, CocoaPods strips it!
197

208
s.description = <<-DESC
219
SJTwitterTagTextView for text input with suggestion.
@@ -28,19 +16,11 @@ It's like Twitter for getting @ and # tag as input and showing Suggestion for ta
2816
s.license = { :type => 'MIT', :file => 'LICENSE' }
2917
s.author = { 'Sumit Jagdev' => '[email protected]' }
3018
s.source = { :git => 'https://github.com/sumitjagdev/SJTwitterTagInputTextView.git', :tag => s.version.to_s }
31-
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
3219

3320
s.ios.deployment_target = '8.0'
3421

3522
s.source_files = 'SJTwitterTagInputTextView/Classes/**/*'
36-
37-
# s.resource_bundles = {
38-
# 'SJTwitterTagInputTextView' => ['SJTwitterTagInputTextView/Assets/*.png']
39-
# }
4023

41-
# s.public_header_files = 'Pod/Classes/**/*.h'
42-
# s.frameworks = 'UIKit', 'MapKit'
43-
# s.dependency 'AFNetworking', '~> 2.3'
4424

45-
s.pod_target_xcconfig = { 'SWIFT_VERSION' => '2.3' }
25+
s.pod_target_xcconfig = { 'SWIFT_VERSION' => '4.0' }
4626
end

0 commit comments

Comments
 (0)