blob: 6f7b67d4f7887ceea2880341f292c995b5c4fb0f [file] [log] [blame]
{
"name": "HLPhoto",
"version": "1.0.0",
"summary": "基于Photo简单封装,便于获取图片",
"description": "pod私有库-照片访问。",
"homepage": "https://github.com/yuhongli1989/PhotoDemo",
"license": "MIT",
"authors": {
"yuhongli": "753597827@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/yuhongli1989/PhotoDemo.git",
"tag": "1.0.0"
},
"swift_version": "4.2",
"source_files": "PHPhotoDemo/PHPhotoDemo/HLPhoto/*.swift",
"frameworks": [
"UIKit",
"Photos"
],
"requires_arc": true
}