blob: 301ee67e6e58dca4fb6c815e1c53c3bcf2db775c [file] [log] [blame]
{
"name": "Gryphon",
"version": "0.1.0",
"summary": "Type safe and useful API kit for Alamofire",
"homepage": "https://github.com/rinov/Gryphon",
"license": {
"type": "Apache License 2.0",
"file": "LICENSE"
},
"authors": {
"Ryo Ishikawa": "rinov@rinov.jp"
},
"source": {
"git": "https://github.com/rinov/Gryphon.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Gryphon/**/*",
"dependencies": {
"Alamofire": [
"~> 3.0"
]
}
}