blob: 919ef3721fe6a39aa30192f52258936290160c17 [file] [log] [blame]
{
"name": "Gears",
"version": "0.0.1",
"summary": "A helper framework in Swift with useful extensions and debug utils.",
"description": "A helper framework in Swift with useful extensions and debug utils. This helps with productivity and faster developments of apps.",
"homepage": "https://github.com/candidcod3r/Gears",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"candidcod3r": "candidcod3r@gmail.com"
},
"source": {
"git": "https://github.com/candidcod3r/Gears.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "8.0"
},
"swift_version": "5.0",
"source_files": "Sources/**/*",
"ios": {
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
],
"exclude_files": [
]
}
}