blob: 99b0a6ea60d46693c01214767579938e2a9b6c37 [file] [log] [blame]
{
"name": "LLHttpEngine",
"version": "1.0.4",
"summary": "网络请求中间件",
"description": "网络请求中间件",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "https://github.com/lifuqing/LLHttpEngine",
"authors": {
"lifuqing": "lfqing@vip.qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/lifuqing/LLHttpEngine.git",
"tag": "LLHttpEngine-1.0.4"
},
"source_files": "LLHttpEngine/Classes/**/*.{h,m,mm}",
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit",
"AVFoundation"
],
"dependencies": {
"AFNetworking": [
],
"YYModel": [
]
}
}