blob: d8834df5a4986ddc2df97ab9b8339aa910c8c5b2 [file] [log] [blame]
{
"name": "XRPhotos",
"version": "1.0.4",
"summary": "Based on a ` PhotosKit ` photo selection framework.",
"homepage": "https://github.com/hanzhuzi/XRPhotos",
"license": "MIT",
"authors": {
"hanzhuzi": "violet_buddhist@163.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/hanzhuzi/XRPhotos.git",
"tag": "1.0.4"
},
"source_files": [
"Source",
"XRPhotos/Source/**/*.{h,m}"
],
"resource_bundles": {
"XRPhotos": [
"XRPhotos/Source/XRPhotos.bundle/*.png"
]
},
"ios": {
"frameworks": [
"UIKit",
"Foundation"
]
},
"weak_frameworks": "Photos",
"requires_arc": true,
"dependencies": {
"XRPhotoBrowser": [
],
"RSKImageCropper": [
],
"MBProgressHUD": [
]
}
}