blob: e98a54fdb3ccc0b81b3c3c3e55ff7cfb2446ea23 [file] [log] [blame]
{
"name": "FSImageViewer",
"version": "1.0.0",
"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.0"
},
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"source_files": "FSImageViewer/FS*.{h,m}",
"frameworks": [
"Foundation",
"UIKit",
"CoreGraphics",
"QuartzCore",
"Security",
"CFNetwork"
],
"dependencies": {
"AFNetworking": [
"~> 1.3.2",
"< 2.0"
],
"EGOCache": [
"~> 2.0"
]
}
}