blob: 97cf08180ca7d5b3cd9dc7e495dc44a677e1bac7 [file] [log] [blame]
{
"name": "JJFloatingActionButton",
"version": "0.1.1",
"authors": {
"Jochen Pfeiffer": "pod@jochen-pfeiffer.com"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "https://github.com/jjochen/JJFloatingActionButton",
"source": {
"git": "https://github.com/jjochen/JJFloatingActionButton.git",
"tag": "0.1.1"
},
"summary": "Floating Action Button for iOS",
"platforms": {
"ios": "9.0"
},
"dependencies": {
"SnapKit": [
"~> 4.0"
]
},
"requires_arc": true,
"frameworks": [
"UIKit",
"Foundation"
],
"source_files": "Sources/*.swift",
"ios": {
"resource_bundles": {
"JJFloatingActionButton": "Resources/*.xcassets"
}
},
"pushed_with_swift_version": "4.0"
}