blob: 6aeb8f9a48ffba9ffa56d1130ab321a210707e55 [file] [log] [blame]
{
"name": "StarsKit",
"version": "0.1.0",
"summary": "StarsKit is a Swift library to simplify, customize and configure your app rating workflow.",
"homepage": "https://github.com/smartnsoft/StarsKit",
"screenshots": [
"https://github.com/smartnsoft/StarsKit/blob/master/img/step_rate.png",
"https://github.com/smartnsoft/StarsKit/blob/master/img/step_feedback.png",
"https://github.com/smartnsoft/StarsKit/blob/master/img/step_store.png"
],
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Smart&Soft": "contact@smartnsoft.com"
},
"source": {
"git": "https://github.com/smartnsoft/StarsKit.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/smartnsoft",
"platforms": {
"ios": "9.0"
},
"source_files": "StarsKit/Classes/**/*",
"resources": [
"StarsKit/Assets/*.lproj/*.strings",
"StarsKit/Assets/StarsKitImages.xcassets"
],
"frameworks": "UIKit",
"dependencies": {
"Cosmos": [
"~> 15.0"
],
"Extra/UIKit": [
"~> 1.1"
],
"Jelly": [
"~> 1.2"
]
}
}