blob: fb26c193eaa7a149c54059c79f4aeccc131f22da [file] [log] [blame]
{
"name": "CTCustomAlbum",
"version": "2.0.0",
"summary": "CustomAlbum make with Photos.kit",
"homepage": "https://github.com/chenteng85912/CTCustomAlbum",
"license": "MIT",
"authors": {
"陈腾": "chenteng85912@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/chenteng85912/CTCustomAlbum.git",
"tag": "2.0.0"
},
"requires_arc": true,
"frameworks": [
"Photos",
"AVFoundation"
],
"subspecs": [
{
"name": "CTOnePhoto",
"source_files": "CTCustomAlbum/CTOnePhoto/*.{h,m}"
},
{
"name": "CTCustomAlbum",
"source_files": "CTCustomAlbum/CTCustomAlbum/**/*.{h,m}",
"resources": "CTCustomAlbum/CTCustomAlbum/Icon/*.{png,pdf}",
"dependencies": {
"CTCustomAlbum/CTOnePhoto": [
]
}
}
]
}