-
Notifications
You must be signed in to change notification settings - Fork 4
/
StarsKit.podspec
27 lines (22 loc) · 1.16 KB
/
StarsKit.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
Pod::Spec.new do |s|
s.name = 'StarsKit'
s.version = '0.4.1'
s.summary = 'StarsKit is a Swift library to simplify, customize and configure your app rating workflow.'
s.homepage = 'https://github.com/smartnsoft/StarsKit'
s.screenshots = 'https://github.com/smartnsoft/StarsKit/blob/master/img/step_rate.png?raw=true', 'https://github.com/smartnsoft/StarsKit/blob/master/img/step_feedback.png?raw=true', 'https://github.com/smartnsoft/StarsKit/blob/master/img/step_store.png?raw=true'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Smart&Soft' => '[email protected]' }
s.source = { :git => 'https://github.com/smartnsoft/StarsKit.git', :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/smartnsoft'
s.swift_version = '4.2'
s.ios.deployment_target = '9.0'
s.source_files = 'StarsKit/Classes/**/*'
s.resources = [
'StarsKit/Assets/*.lproj/*.strings',
'StarsKit/Assets/StarsKitImages.xcassets'
]
s.frameworks = 'UIKit'
s.dependency 'Cosmos', '~> 17.0'
s.dependency 'Extra/UIKit', '~> 1.2.0'
s.dependency 'Jelly', '~> 1.2.5'
end