blob: c4a0be215bd2996452ba71d3df39c5d3406433d1 [file] [log] [blame]
{
"name": "CYPhotoLib",
"version": "2.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": "2.1.0"
},
"source_files": "CYPhotoLib/Classes/**/*.{h,m}",
"resources": [
"CYPhotoLib/Resource/*.png",
"CYPhotoLib/Classes/CYPhotoPicker/View/*.xib",
"CYPhotoLib/Resource/*.bundle"
],
"requires_arc": true
}