-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy pathAwesomeSpotlightView.podspec
30 lines (25 loc) · 1.55 KB
/
AwesomeSpotlightView.podspec
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
#
# Be sure to run `pod spec lint AwesomeSpotlightView.podspec' to ensure this is a
# valid spec and to remove all comments including this before submitting the spec.
#
# To learn more about Podspec attributes see http://docs.cocoapods.org/specification.html
# To see working Podspecs in the CocoaPods repo see https://github.com/CocoaPods/Specs/
#
Pod::Spec.new do |s|
s.name = 'AwesomeSpotlightView'
s.version = '0.1.15'
s.summary = 'Awesome tool for create tutorial or education/coach tour'
s.description = <<-DESC
AwesomeSpotlightView is a nice and simple library for iOS. It's highly customizable and easy-to-use tool. Works perfectly for any tutorial or education in your app.
DESC
s.homepage = 'https://github.com/aleksandrshoshiashvili/AwesomeSpotlightView'
s.screenshots = 'https://camo.githubusercontent.com/c6e4c54f8baa8c55283e027711a98e0cd72964ab/68747470733a2f2f70702e766b2e6d652f633630343732302f763630343732303838382f33373831332f6f7334417a4f52454241592e6a7067'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'aleksandrshoshishvili' => 'aleksandr.shoshishvili@gmail.com' }
s.platform = :ios, '9.0'
s.source_files = 'AwesomeSpotlightView/Classes/*'
s.resource = "AwesomeSpotlightView/Classes/AwesomeSpotlightViewBundle.bundle"
s.source = { :git => 'https://github.com/aleksandrshoshiashvili/AwesomeSpotlightView', :tag => s.version.to_s }
s.framework = 'UIKit', 'Foundation'
s.swift_version = '5.0'
end