blob: 8abb2d277c0d9d0c5e40ed15351a9ad1afe07587 [file] [log] [blame]
{
"name": "FSImageViewer",
"version": "2.6",
"summary": "FSImageViewer is a photo viewer for iOS.",
"homepage": "https://github.com/x2on/FSImageViewer",
"social_media_url": "https://twitter.com/x2on",
"screenshots": "https://raw.github.com/x2on/FSImageViewer/master/screen.png",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Felix Schulze": "code@felixschulze.de"
},
"source": {
"git": "https://github.com/x2on/FSImageViewer.git",
"tag": "2.6"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "FSImageViewer/FS*.{h,m}",
"resources": "FSImageViewer.bundle",
"frameworks": [
"Foundation",
"UIKit",
"CoreGraphics",
"QuartzCore",
"Security",
"CFNetwork"
],
"dependencies": {
"AFNetworking": [
"~> 2.2"
],
"EGOCache": [
"~> 2.0"
]
}
}