blob: cbce536b24bcc76bf951ad14f649d66392e56c1f [file] [log] [blame]
{
"name": "Shazam",
"version": "0.0.3",
"summary": "An easy solution to nested scrolling",
"homepage": "https://github.com/bawn/Shazam",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"bawn": "lc5491137@gmail.com"
},
"swift_version": "4.2",
"source": {
"git": "https://github.com/bawn/Shazam.git",
"tag": "0.0.3"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"dependencies": {
"SnapKit": [
]
},
"source_files": [
"Shazam/*.swift",
"Shazam/Shazam.h"
]
}