blob: 63e68988d4de8d7e9530fb4853ab56b63878a85d [file] [log] [blame]
{
"name": "Gears",
"version": "1.0.2",
"summary": "A bootstrapping framework in Swift with useful extensions and helpful utils.",
"description": "A bootstrapping framework in Swift with useful extensions and helpful 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": "1.0.2"
},
"platforms": {
"ios": "8.0"
},
"swift_version": "5.0",
"source_files": "Sources/**/*.swift",
"ios": {
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
],
"exclude_files": [
]
},
"prefix_header_contents": "#import <Foundation/Foundation.h>\n#import <CoreGraphics/CoreGraphics.h>\n#import <UIKit/UIKit.h>"
}