forked from Ananthbh6/photo-editor
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDrops.podspec
21 lines (17 loc) · 938 Bytes
/
Drops.podspec
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 = 'Drops'
s.version = '0.1.1'
s.summary = 'Photo Editor supports drawing, writing text, filters and adding stickers and emojis'
s.description = <<-DESC
Photo Editor supports drawing, writing text and adding stickers and emojis
with the ability to scale and rotate objects
DESC
s.homepage = 'https://github.com/dolzhenko-tony/Drops'
s.license = { :type => 'MIT', :file => 'LICENSE.md' }
s.author = { 'Anton Dolzhenko' => '[email protected]' }
s.source = { :git => 'https://github.com/dolzhenko-tony/Drops.git', :tag => s.version.to_s }
s.ios.deployment_target = '9.0'
s.source_files = "Photo Editor/Photo Editor/**/*.{swift}"
s.exclude_files = "Photo Editor/Photo Editor/**/AppDelegate.swift"
s.resources = "Photo Editor/Photo Editor/**/*.{png,jpeg,jpg,storyboard,xib,ttf}"
end