blob: cfa24c352359459e00d0e8b3646c6b31948308bc [file] [log] [blame]
{
"name": "CYPhotoLib",
"version": "1.1.0",
"summary": "A photo selection framework used Photos.",
"homepage": "https://github.com/cywd/CYPhotoLib",
"license": "MIT",
"authors": {
"Cyrill": "lichunyang@outlook.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/cywd/CYPhotoLib.git",
"tag": "1.1.0"
},
"source_files": "CYPhotoLib/Classes/**/*.{h,m}",
"resources": [
"CYPhotoLib/Resource/*.png",
"CYPhotoLib/Classes/CYPhotoPicker/View/*.xib"
],
"requires_arc": true
}