blob: 7e36829ad74c53260221d6f2b9f70f36e9a07f91 [file] [log] [blame]
{
"name": "FSImageViewer",
"version": "1.0.1",
"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.1"
},
"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"
]
}
}