blob: 3396d3fb327e19d4872b7aa7655083c7a799ef1a [file] [log] [blame]
{
"name": "SeaseAssist",
"version": "0.0.2",
"summary": "A Library of Awesome Helper classes 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.\"",
"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.2"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"SeaseAssist": [
"Pod/Assets/*.png"
]
},
"frameworks": [
"UIKit",
"Foundation",
"CoreGraphics",
"SystemConfiguration",
"AVFoundation"
],
"dependencies": {
"MBProgressHUD": [
"~> 0.9.1"
],
"GCNetworkReachability": [
]
}
}