blob: a8db605e7bc9f738ba2c3687a01efc4f659589df [file] [log] [blame]
{
"name": "FSImageViewer_image_details",
"version": "1.7.3",
"summary": "Library added additonal functionality on FSImagViewer.",
"description": "Added details of image such as a note, date overlay and option to mark image private or public.",
"homepage": "https://github.com/akhilrajtr/FSImageViewer",
"screenshots": "https://raw.github.com/x2on/FSImageViewer/master/screen.png",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Akhilraj": "akhilraj@qburst.com"
},
"source": {
"git": "https://github.com/akhilrajtr/FSImageViewer.git",
"tag": "1.7.3"
},
"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"
]
}
}