forked from oseparovic/MessageComposerView
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMessageComposerView.podspec
More file actions
20 lines (19 loc) · 862 Bytes
/
MessageComposerView.podspec
File metadata and controls
20 lines (19 loc) · 862 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Pod::Spec.new do |s|
name = "MessageComposerView"
url = "https://github.com/oseparovic/#{name}"
git_url = "#{url}.git"
version = "1.3.4"
s.name = name
s.version = version
s.summary = "A library to provide an iMessage like input box that sticks to the keyboard."
s.homepage = url
s.screenshots = "http://www.thegameengine.org/wp-content/uploads/2013/11/message_composer_quad_1.jpg"
s.license = 'MIT'
s.author = { "Oskar Separovic" => "oseparovic@gmail.com" }
s.source = { :git => git_url, :tag => version }
s.social_media_url = 'https://twitter.com/alexgophermix'
s.requires_arc = true
s.source_files = "#{name}/*.{h,m}"
s.resources = "#{name}/*.{xib}"
s.platform = :ios, '7.0'
end