blob: 2b3282e304c337637125b70b3a00ca82aa6e6abb [file] [log] [blame]
{
"name": "FSImageViewer",
"version": "2.6.2",
"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.2"
},
"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"
]
}
}