forked from ilyainyushin/ISMessages
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathISMessages.podspec
More file actions
21 lines (16 loc) · 848 Bytes
/
ISMessages.podspec
File metadata and controls
21 lines (16 loc) · 848 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Pod::Spec.new do |s|
s.name = 'ISMessages'
s.version = '1.2'
s.summary = 'This is simple extension for presenting system-wide notifications from top/bottom of device screen.'
s.homepage = 'https://github.com/ilyainyushin/ISMessages'
s.screenshots = 'http://s20.postimg.org/usmgug54t/image.png', 'http://s20.postimg.org/u4dmbi6f1/image.png'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Ilya Inyushin' => 'trsaltn@yandex.ru' }
s.source = { :git => 'https://github.com/ilyainyushin/ISMessages.git', :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/trsaltn'
s.ios.deployment_target = '8.0'
s.source_files = 'ISMessages/Classes/**/*'
s.resource_bundles = {
'ISMessages' => ['ISMessages/Assets/*.png']
}
end