[Add] SindarinSwiftSDK 1.0.0
[CocoaPods.git] / Specs / c / a / e / LLHttpEngine / 1.0.3 / LLHttpEngine.podspec.json
blobcf4584cacf55aaf2c1ee6df165e5945195b9ec4e
2   "name": "LLHttpEngine",
3   "version": "1.0.3",
4   "summary": "网络请求中间件",
5   "description": "网络请求中间件",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "homepage": "https://github.com/lifuqing/LLHttpEngine",
11   "authors": {
12     "lifuqing": "lfqing@vip.qq.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/lifuqing/LLHttpEngine.git",
19     "tag": "LLHttpEngine-1.0.3"
20   },
21   "source_files": "LLHttpEngine/Classes/**/*.{h,m,mm}",
22   "requires_arc": true,
23   "frameworks": [
24     "Foundation",
25     "UIKit",
26     "AVFoundation"
27   ],
28   "dependencies": {
29     "AFNetworking": [
31     ],
32     "YYModel": [
34     ]
35   }