blob: 554c4389b8dc138740af2b15e8bd44f3e99fed94 [file] [log] [blame]
{
"name": "SSImageBrowser",
"version": "0.1.0",
"summary": "IDMPhotoBrowser in Swift",
"description": " IDMPhotoBrowser in Swift\n Photo Browser / Viewer inspired by Facebook's and Tweetbot's with ARC support, swipe-to-dismiss, image progress and more\n",
"homepage": "https://github.com/CodeEagle/SSImageBrowser",
"license": "MIT",
"authors": {
"CodeEagle": "stasura@hotmail.com"
},
"source": {
"git": "https://github.com/CodeEagle/SSImageBrowser.git",
"tag": "0.1.0"
},
"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"
],
"dependencies": {
"pop": [
],
"DACircularProgress": [
],
"SDWebImage": [
]
}
}