blob: bc741349942acf13b8e05bf421cda95b328a2dc8 [file] [log] [blame]
{
"name": "AFQuickLookView",
"platforms": {
"ios": "5.0"
},
"version": "0.1.1",
"license": "MIT",
"summary": "AFNetworking Extension for document previews of remote files.",
"homepage": "https://github.com/ursachec/AFQuickLookView",
"authors": {
"Claudiu-Vlad Ursache": "claudiu@cvursache.com"
},
"source": {
"git": "https://github.com/ursachec/AFQuickLookView.git",
"tag": "0.1.1"
},
"source_files": [
"AFQuickLookViewHTTPClient.{h,m}",
"AFQuickLookView.{h,m}"
],
"requires_arc": true,
"frameworks": "QuickLook",
"dependencies": {
"AFNetworking": [
">= 0.9.0"
]
}
}