blob: 9af6fe4dc3e045db2cd9ba6d82185577a96db932 [file] [log] [blame]
{
"name": "FSImageViewer",
"version": "3.3",
"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": "3.3"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "FSImageViewer/FS*.{h,m}",
"resources": "FSImageViewer.bundle",
"frameworks": [
"Foundation",
"UIKit",
"CoreGraphics",
"QuartzCore",
"Security",
"CFNetwork"
],
"dependencies": {
"AFNetworking": [
"~> 2.5"
],
"EGOCache": [
"~> 2.1"
],
"UAProgressView": [
"~> 0.1"
]
}
}