[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 6 / 5 / a / AFQuickLookView / 0.3.1 / AFQuickLookView.podspec.json
blobd92ede4f84fdef304fe85256355e61da87d4ba32
2   "name": "AFQuickLookView",
3   "platforms": {
4     "ios": "5.0"
5   },
6   "version": "0.3.1",
7   "license": "MIT",
8   "summary": "AFNetworking Extension for document previews of remote files.",
9   "homepage": "https://github.com/xing/AFQuickLookView",
10   "authors": {
11     "Claudiu-Vlad Ursache": "claudiu@cvursache.com"
12   },
13   "source": {
14     "git": "https://github.com/xing/AFQuickLookView.git",
15     "tag": "0.3.1"
16   },
17   "source_files": [
18     "AFQuickLookViewHTTPClient.{h,m}",
19     "AFQuickLookView.{h,m}"
20   ],
21   "requires_arc": true,
22   "frameworks": "QuickLook",
23   "dependencies": {
24     "AFNetworking": [
25       ">= 0.9.0"
26     ]
27   }