forked from karthiikmk/AppImageViewer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAppImageViewer.podspec
More file actions
32 lines (22 loc) · 1.08 KB
/
AppImageViewer.podspec
File metadata and controls
32 lines (22 loc) · 1.08 KB
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
29
30
31
32
Pod::Spec.new do |s|
s.name = 'AppImageViewer'
s.version = '1.0.19'
s.swift_version = '4.2'
s.summary = 'A great framework to viewer you images gracefully.'
s.description = "Image viewing will be great with this. really fun. all you need plug and and play with your waves. yay yay. simple isn't it !!"
s.homepage = 'https://github.com/karthikAdaptavant/AppImageViewer'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'karthikAdaptavant' => '[email protected]' }
s.source = { :git => 'https://github.com/karthikAdaptavant/AppImageViewer.git', :tag => s.version.to_s }
s.ios.deployment_target = '10.0'
s.source_files = 'AppImageViewer/Classes/**/*'
s.resource_bundles = {
'AppImageViewer' => ['AppImageViewer/Assets/*.png']
}
s.resource_bundles = {
'AppImageViewer' => ['AppImageViewer/Assets/**/*.{xcassets}']
}
s.frameworks = 'UIKit'
#s.dependency 'SDWebImage', '~> 4.0'
end
#to make build. cd to the framework path (not example), run fastlane