blob: c33b91109d526fe1a162ce809f04962112444ab9 [file] [log] [blame]
{
"name": "GearKit",
"version": "0.1.6",
"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.6"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/GearKit/**/*",
"frameworks": "UIKit",
"dependencies": {
"SwiftyJSON": [
"~> 2"
]
},
"deprecated": true
}