blob: 306d62d7e3e67a9c44d3b58aaa8d2020e1e93d6b [file] [log] [blame]
{
"name": "MXPhotoBrowser",
"version": "1.0.0",
"summary": "A photo browser for iOS.",
"description": "The first stable version of MXPhotoBrowser, a photo browser for iOS.",
"homepage": "https://github.com/Meniny/MXPhotoBrowser-in-Objective-C",
"license": "MIT",
"authors": "Elias Abel",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Meniny/MXPhotoBrowser-in-Objective-C.git",
"tag": "1.0.0"
},
"source_files": "MXPhotoBrowser/**/*.{h,m}",
"resources": "MXPhotoBrowser/Resources/*.{png, bundle}",
"frameworks": [
"Foundation",
"UIKit"
],
"dependencies": {
"SDWebImage": [
],
"pop": [
],
"DACircularProgress": [
]
},
"requires_arc": true,
"deprecated": true
}