blob: df17b0c56718d847762636c12cf529189e8359e0 [file] [log] [blame]
{
"name": "CTCustomAlbum",
"version": "0.0.2",
"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": "0.0.2"
},
"requires_arc": true,
"frameworks": [
"Photos",
"AVFoundation"
],
"subspecs": [
{
"name": "CTCustomAlbum",
"source_files": "CTCustomAlbum/CTCustomAlbum/*.{h,m}",
"resources": "CTCustomAlbum/CTCustomAlbum/*.{png,xib}",
"dependencies": {
"CTCustomAlbum/CTOnePhoto": [
]
}
},
{
"name": "CTOnePhoto",
"source_files": "CTCustomAlbum/CTOnePhoto/*.{h,m}"
}
]
}