blob: 4b394b1c1cb9dede62b87add0ccb5623dda02067 [file] [log] [blame]
{
"name": "EAGTools",
"version": "0.1.5",
"summary": "A collection of utilities, extensions, and subclasses I commonly use for Swift iOS projects.",
"description": "A collection of utilities, extensions, and subclasses I commonly use for Swift iOS projects. These are common tools I use between many of my projects. I will add more as I go along.",
"homepage": "https://github.com/grossmae/EAGTools",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Evan Grossman": "evan@eagdev.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/grossmae/EAGTools.git",
"tag": "0.1.5"
},
"source_files": "EAGTools/*.swift",
"dependencies": {
"SnapKit": [
"~> 3.0.2"
]
},
"requires_arc": true,
"pushed_with_swift_version": "3.0"
}