blob: c4ba0e71bc21c917611c134ce40bdc98fc8bf1ca [file] [log] [blame]
{
"name": "SSImageBrowser",
"version": "2.0.4",
"summary": "IDMPhotoBrowser in Swift",
"description": "IDMPhotoBrowser in Swift\nPhoto Browser / Viewer inspired by Facebook's and Tweetbot's with ARC support, swipe-to-dismiss, image progress and more",
"homepage": "https://github.com/CodeEagle/SSImageBrowser",
"screenshots": [
"https://raw.github.com/appkraft/IDMPhotoBrowser/master/Screenshots/idmphotobrowser_ss1.png",
"https://raw.github.com/appkraft/IDMPhotoBrowser/master/Screenshots/idmphotobrowser_ss2.png",
"https://raw.github.com/appkraft/IDMPhotoBrowser/master/Screenshots/idmphotobrowser_ss3.png",
"https://raw.github.com/appkraft/IDMPhotoBrowser/master/Screenshots/idmphotobrowser_ss4.png",
"https://raw.github.com/appkraft/IDMPhotoBrowser/master/Screenshots/idmphotobrowser_ss5.png"
],
"license": "MIT",
"authors": {
"CodeEagle": "stasura@hotmail.com"
},
"source": {
"git": "https://github.com/CodeEagle/SSImageBrowser.git",
"tag": "2.0.4"
},
"social_media_url": "https://twitter.com/_SelfStudio",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"resources": [
"Source/IDMPhotoBrowser.bundle",
"Source/IDMPBLocalizations.bundle"
],
"source_files": "Source/*.swift",
"frameworks": [
"MessageUI",
"QuartzCore",
"SystemConfiguration",
"MobileCoreServices",
"Security",
"Photos"
],
"dependencies": {
"pop": [
],
"DACircularProgress": [
],
"SDWebImage": [
]
}
}