blob: 2f2a4ff11d1f288df6fec9337b99476c3c17cd76 [file] [log] [blame]
{
"name": "APTips",
"version": "1.0.1",
"summary": "A simple tip to easily notify a user about something in a app.",
"description": "A simple tip that shows message to a user. It able to point to the element center and adjust its side depending on an available space but it uses only top and bottom sides. It able to handle complex UI with reusable cells and views in most cases. It also has an ability to show some tips only once so you won't need to write an additional logic for that.",
"homepage": "https://github.com/APUtils/APTips",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Anton Plebanovich": "anton.plebanovich@gmail.com"
},
"source": {
"git": "https://github.com/APUtils/APTips.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "9.0"
},
"swift_versions": [
"5.1"
],
"source_files": "APTips/Classes/**/*",
"frameworks": [
"Foundation",
"UIKit"
],
"swift_version": "5.1"
}