blob: 512c7084a118e26400e264d4fd654a7eb0151ccf [file] [log] [blame]
{
"name": "SBASlantedView",
"version": "1.0",
"summary": "SBASlantedView is a simple and easy-to-use Slanted View for your iOS apps written in Swift.",
"homepage": "https://github.com/shoaib-akhtar/SlantedView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Shoaib Akhtar": "shoaib.akhtar1@live.com"
},
"source": {
"git": "https://github.com/shoaib-akhtar/SlantedView.git",
"branch": "master",
"tag": "1.0"
},
"platforms": {
"ios": "11.0"
},
"requires_arc": true,
"source_files": "SBASlantedView/*.swift",
"frameworks": [
"Foundation",
"UIKit"
],
"swift_version": "5.0"
}