blob: e91f22cc9b059fd853f9f193f6884a5cb7918d67 [file] [log] [blame]
{
"name": "Sticky-Texture",
"version": "0.1.0",
"summary": "Sticky scroll header for Texture",
"description": "Sticky header for layout for ASCollectionNode and ASTableNode with pull to refresh capability",
"homepage": "https://github.com/harri121/Sticky-Texture",
"authors": {
"Daniel Hariri": "daniel.hariri@gmail.com"
},
"swift_versions": "5.1",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"source": {
"git": "https://github.com/harri121/Sticky-Texture.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "13.0"
},
"source_files": "Sticky-Texture/Classes/**/*",
"dependencies": {
"Texture": [
"~> 3.0"
]
},
"swift_version": "5.1"
}