{ | |
"name": "Shazam", | |
"version": "0.0.1", | |
"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.1" | |
}, | |
"platforms": { | |
"ios": "9.0" | |
}, | |
"requires_arc": true, | |
"dependencies": { | |
"SnapKit": [ | |
] | |
}, | |
"source_files": [ | |
"Shazam/Shazam/*.swift", | |
"Shazam/Shazam.h" | |
] | |
} |