blob: 99cc9f840b8cee196a21ee556488ec9c74649744 [file] [log] [blame]
{
"name": "JMPhotoBrowser",
"version": "0.0.2",
"summary": "Photo Select library for iOS.",
"description": "iOS系统相册多选,单选,相机类库封装,优化内存",
"homepage": "https://github.com/liuxuanbo11/JMPhotoBrowser",
"license": "MIT",
"authors": {
"刘轩博": "liuxuanbo11@126.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/liuxuanbo11/JMPhotoBrowser.git",
"tag": "0.0.2"
},
"source_files": "JMPhotoBrowser/**/*.{h,m}",
"resources": "JMPhotoBrowser/**/*.{png}",
"dependencies": {
"Masonry": [
],
"MBProgressHUD": [
]
},
"subspecs": [
{
"name": "PhotoBrowserController",
"source_files": "JMPhotoBrowser/**/*.{h,m}"
},
{
"name": "PhotoBrowserView",
"source_files": "JMPhotoBrowser/**/*.{h,m}"
},
{
"name": "PhotoBrowserModel",
"source_files": "JMPhotoBrowser/**/*.{h,m}"
}
]
}