blob: 645c2466d3263aa8a26e25d38113cb760cc05452 [file] [log] [blame]
{
"name": "Trident",
"version": "0.1.0",
"summary": "A MenuView For Aquaman",
"homepage": "https://github.com/bawn/Trident",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"bawn": "lc5491137@gmail.com"
},
"source": {
"git": "https://github.com/bawn/Trident.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"public_header_files": "Trident/Trident.h",
"source_files": [
"Trident/*.swift",
"Trident/Trident.h"
],
"frameworks": "UIKit",
"swift_versions": "4.2",
"dependencies": {
"SnapKit": [
"~> 4.2.0"
]
},
"swift_version": "4.2"
}