[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / b / 0 / StarsKit / 0.4.0 / StarsKit.podspec.json
blobb5c3e81373f18ca0610024efdb964c99f21d3fe0
2   "name": "StarsKit",
3   "version": "0.4.0",
4   "summary": "StarsKit is a Swift library to simplify, customize and configure your app rating workflow.",
5   "homepage": "https://github.com/smartnsoft/StarsKit",
6   "screenshots": [
7     "https://github.com/smartnsoft/StarsKit/blob/master/img/step_rate.png?raw=true",
8     "https://github.com/smartnsoft/StarsKit/blob/master/img/step_feedback.png?raw=true",
9     "https://github.com/smartnsoft/StarsKit/blob/master/img/step_store.png?raw=true"
10   ],
11   "license": {
12     "type": "MIT",
13     "file": "LICENSE"
14   },
15   "authors": {
16     "Smart&Soft": "contact@smartnsoft.com"
17   },
18   "source": {
19     "git": "https://github.com/smartnsoft/StarsKit.git",
20     "tag": "0.4.0"
21   },
22   "social_media_url": "https://twitter.com/smartnsoft",
23   "swift_version": "4.2",
24   "platforms": {
25     "ios": "9.0"
26   },
27   "source_files": "StarsKit/Classes/**/*",
28   "resources": [
29     "StarsKit/Assets/*.lproj/*.strings",
30     "StarsKit/Assets/StarsKitImages.xcassets"
31   ],
32   "frameworks": "UIKit",
33   "dependencies": {
34     "Cosmos": [
35       "~> 17.0"
36     ],
37     "Extra/UIKit": [
38       "~> 1.2.0"
39     ],
40     "Jelly": [
41       "~> 1.2.5"
42     ]
43   }