blob: d5990248fa8c7b99581f8f26f13b1f60a808af17 [file] [log] [blame]
{
"name": "SeaseAssist",
"version": "0.0.73",
"summary": "A Library of Awesome Helper classes and extensions designed to help you work quickly and effeciently during iOS Development.",
"description": "\"A Library of Awesome Helper classes designed to help you work quickly and effeciently during iOS Development.\nBased on the concept that we should create simple one line accessors to commonly written code, there by making our code more reusable and and readable.\"",
"homepage": "https://github.com/logansease/SeaseAssist",
"license": "MIT",
"authors": {
"Logan Sease": "lsease@ipartymobile.com"
},
"source": {
"git": "https://github.com/logansease/SeaseAssist.git",
"tag": "0.0.73"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"swift_version": "4.0",
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
},
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": [
"UIKit",
"Foundation",
"CoreGraphics",
"SystemConfiguration",
"AVFoundation"
]
}