blob: 1fb33628924799502e5da4e4f4964d4692754f93 [file] [log] [blame]
{
"name": "FSImageViewer",
"version": "1.0.3",
"summary": "FSImageViewer is a photo viewer for iOS.",
"homepage": "https://github.com/x2on/FSImageViewer",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Felix Schulze": "code@felixschulze.de"
},
"source": {
"git": "https://github.com/x2on/FSImageViewer.git",
"tag": "1.0.3"
},
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"source_files": "FSImageViewer/FS*.{h,m}",
"frameworks": [
"Foundation",
"UIKit",
"CoreGraphics",
"QuartzCore",
"Security",
"CFNetwork"
],
"dependencies": {
"AFNetworking": [
"~> 1.3.3",
"< 2.0"
],
"EGOCache": [
"~> 2.0"
]
}
}