forked from badoo/Chatto
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChattoAdditions.podspec
More file actions
19 lines (19 loc) · 873 Bytes
/
ChattoAdditions.podspec
File metadata and controls
19 lines (19 loc) · 873 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Pod::Spec.new do |s|
s.name = "ChattoAdditions"
s.version = "3.2.0"
s.summary = "UI componentes for Chatto"
s.description = <<-DESC
Text and photo bubbles
Input bar for text and photo messages
DESC
s.homepage = "https://github.com/badoo/Chatto"
s.license = { :type => "MIT"}
s.platform = :ios, "8.0"
s.authors = { 'Diego Sanchez' => 'diego.sanchezr@gmail.com' }
s.source = { :git => "https://github.com/doraeminemon/Chatto", :tag => s.version.to_s }
s.source_files = "ChattoAdditions/Source/**/*.{h,m,swift}"
s.public_header_files = "ChattoAdditions/Source/**/*.h"
s.requires_arc = true
s.resources = ["ChattoAdditions/Source/**/*.xib", "ChattoAdditions/Source/**/*.storyboard", "ChattoAdditions/Source/**/*.xcassets"]
s.dependency 'Chatto'
end