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
- #
8
1
9
2
Pod ::Spec . new do |s |
10
3
s . name = 'SJTwitterTagInputTextView'
11
- s . version = '0.1.1 '
4
+ s . version = '1.0 '
12
5
s . summary = 'SJTwitterTagInputTextView is Twitter Style input text view for "@" tag and "#" tag'
13
6
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!
19
7
20
8
s . description = <<-DESC
21
9
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
28
16
s . license = { :type => 'MIT' , :file => 'LICENSE' }
29
17
s . author = { 'Sumit Jagdev' => '[email protected] ' }
30
18
s . source = { :git => 'https://github.com/sumitjagdev/SJTwitterTagInputTextView.git' , :tag => s . version . to_s }
31
- # s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
32
19
33
20
s . ios . deployment_target = '8.0'
34
21
35
22
s . source_files = 'SJTwitterTagInputTextView/Classes/**/*'
36
-
37
- # s.resource_bundles = {
38
- # 'SJTwitterTagInputTextView' => ['SJTwitterTagInputTextView/Assets/*.png']
39
- # }
40
23
41
- # s.public_header_files = 'Pod/Classes/**/*.h'
42
- # s.frameworks = 'UIKit', 'MapKit'
43
- # s.dependency 'AFNetworking', '~> 2.3'
44
24
45
- s . pod_target_xcconfig = { 'SWIFT_VERSION' => '2.3 ' }
25
+ s . pod_target_xcconfig = { 'SWIFT_VERSION' => '4.0 ' }
46
26
end
0 commit comments