blob: cf4584cacf55aaf2c1ee6df165e5945195b9ec4e [file] [log] [blame]
{
"name": "LLHttpEngine",
"version": "1.0.3",
"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.3"
},
"source_files": "LLHttpEngine/Classes/**/*.{h,m,mm}",
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit",
"AVFoundation"
],
"dependencies": {
"AFNetworking": [
],
"YYModel": [
]
}
}