blob: 1c5e8463ce7eca4b7860093feedeec0f95f910e8 [file] [log] [blame]
{
"name": "Bluebonnet",
"version": "0.2.0",
"summary": "A simple and type safe API client using Alamofire + SwiftTask.",
"description": "Bluebonnet is a wrapper of Alamofire and SwiftTask for web API client.\nIt provides simple interface based on SwiftTask with typed value response.\n",
"homepage": "https://github.com/yatatsu/Bluebonnet",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"yatatsu": "yatatsukitagawa@gmail.com"
},
"social_media_url": "http://twitter.com/tatsuyakit",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/yatatsu/Bluebonnet.git",
"tag": "0.2.0"
},
"source_files": "Bluebonnet/*.swift",
"requires_arc": true,
"dependencies": {
"Alamofire": [
"~> 1.2.0"
],
"SwiftTask": [
"~> 3.3.0"
]
}
}