blob: 3a9094d9699755501ed9f2ea8913a609885b44bc [file] [log] [blame]
{
"name": "NNPhoto",
"version": "0.0.2",
"summary": "a photo browser and picker framework for iOS.",
"homepage": "https://github.com/NNKit/NNPhoto",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ws00801526": "3057600441@qq.com"
},
"source": {
"git": "https://github.com/NNKit/NNPhoto.git",
"tag": "0.0.2"
},
"platforms": {
"ios": "8.0"
},
"subspecs": [
{
"name": "Browser",
"source_files": "Browser/Classes/**/*",
"public_header_files": [
"Browser/Classes/NNPhotoBrowser.h",
"Browser/Classes/NNPhotoMaskView.h",
"Browser/Classes/NNPhotoModel.h",
"Browser/Classes/NNPhotoBrowserController.h"
],
"dependencies": {
"YYWebImage": [
]
}
}
]
}