Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathStarsKit.podspec
More file actions
Latest commit
27 lines (22 loc) · 1.16 KB
/
Copy pathStarsKit.podspec
File metadata and controls
27 lines (22 loc) · 1.16 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
Pod::Spec.newdo |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'=>'contact@smartnsoft.com'}
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