blob: 4a6132640a0fa3449e0ebcfd72ae2bb885a94882 [file] [log] [blame]
{
"name": "FSImageViewer_GridView",
"version": "4.1.14",
"summary": "Library added additonal functionality on FSImageViewer_image_details.",
"description": "Added option to display gridview initially. Use the showGridView parameter for this purpose",
"homepage": "https://github.com/freshbrix/FSImageViewer",
"screenshots": "https://raw.github.com/x2on/FSImageViewer/master/screen.png",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"freshbrix": "freshbrix@gmail.com"
},
"source": {
"git": "https://github.com/freshbrix/FSImageViewer.git",
"tag": "4.1.14"
},
"social_media_url": "https://twitter.com/x2on",
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "FSImageViewer/",
"resources": "FSImageViewer.bundle",
"resource_bundles": {
"FRResources": [
"Images/*"
]
},
"frameworks": [
"Foundation",
"UIKit",
"CoreGraphics",
"QuartzCore",
"Security",
"CFNetwork"
],
"dependencies": {
"AFNetworking": [
"~> 2.3"
],
"EGOCache": [
"~> 2.0"
],
"SDWebImage": [
"~> 3.7"
]
}
}