blob: 254252e090b2fa9007698e503e67826e6d918227 [file] [log] [blame]
{
"name": "Gears",
"version": "0.0.2",
"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.2"
},
"platforms": {
"ios": "8.0"
},
"swift_version": "5.0",
"source_files": "Sources/**/*.swift",
"ios": {
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
],
"exclude_files": [
]
}
}