blob: 157fa7cf525cf97fc7974b2a90b6b01c684bfeee [file] [log] [blame]
{
"name": "SweetCurtain",
"version": "0.1.0",
"summary": "A framework that provides the component that implements the content-curtain interface.",
"description": "A framework that provides CurtainController. CurtainController is a container view controller that implements a content-curtain interface. You can find a similar implementation in applications like Apple Maps, Find My, Stocks, etc.",
"homepage": "https://ihor.pro",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ihor Malovanyi": "mail@ihor.pro"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/multimediasuite/SweetCurtain.git",
"tag": "0.1.0"
},
"source_files": "SweetCurtain/**/*.{h,m,swift}",
"swift_versions": "5.1",
"swift_version": "5.1"
}