blob: e07ab51a5071e503514ad01c00551fe3372f7cd4 [file] [log] [blame]
{
"name": "BeeHub",
"version": "0.0.1",
"summary": "Github resetful api in swift language.",
"description": "Github resetful api in swift language.The network layer is Alamofire and Moya,\n and json to model library is ObjectMapper",
"homepage": "https://github.com/wenghengcong/BeeHub",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"wenghengcong": "wenghengcong@gmail.com"
},
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"source": {
"git": "https://github.com/wenghengcong/BeeHub.git",
"tag": "0.0.1"
},
"source_files": [
"Classes",
"Source/**/*.{h,m,md,swift}"
],
"exclude_files": "Classes/Exclude",
"swift_version": "4.1",
"requires_arc": true
}