- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathASYSimpleChatTextView.podspec
More file actions
Latest commit
executable file
·28 lines (23 loc) · 971 Bytes
/
Copy pathASYSimpleChatTextView.podspec
File metadata and controls
executable file
·28 lines (23 loc) · 971 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#
# Be sure to run `pod lib lint ASYSimpleChatTextView.podspec' to ensure this is a
# valid spec before submitting.
#
# Any lines starting with a # are optional, but their use is encouraged
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html
#
Pod::Spec.newdo |s|
s.name="ASYSimpleChatTextView"
s.version="0.5.4"
s.summary="Tool to create a simple chat TextView"
s.description=<<-DESC
Tool to create a simple chat TextView<<-DESC
DESC
s.homepage="https://github.com/Brain89/ASYSimpleChatTextView"
s.license='MIT'
s.author={"Sychev Aleksandr"=>"brain89g@gmail.com"}
s.source={:git=>"https://github.com/Brain89/ASYSimpleChatTextView.git",:tag=>s.version.to_s}
s.header_mappings_dir='Pod/Classes'
s.platform=:ios,'7.0'
s.requires_arc=true
s.source_files='Pod/Classes/**/*'
end