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