blob: 5a21ff085d3debd25aae3f433db69ad8e81c17a9 [file] [log] [blame]
{
"name": "GearKit",
"version": "0.1.1",
"summary": "Various utilities for standard applications.",
"description": "Can be used either as a framework library or as a tutorial.",
"homepage": "https://github.com/pascaljette/GearKit",
"license": "MIT",
"authors": {
"Pascal Jette": "pascal.jette@gmail.com"
},
"source": {
"git": "https://github.com/pascaljette/GearKit.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/GearKit/**/*",
"resource_bundles": {
"GearKit": [
"Pod/Assets/*.png"
]
},
"frameworks": "UIKit",
"dependencies": {
"SwiftyJSON": [
"~> 2"
]
},
"deprecated": true
}