blob: 51e65e61e640acde54c98889d7a59bbef1e21373 [file] [log] [blame]
{
"name": "SLQCategories",
"version": "1.0.5",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "https://github.com/slq0378",
"authors": {
"MrSong": "slq0378@163.com"
},
"summary": "iOS分类集合,各种简单易用分类",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/slq0378/SLQCategories.git",
"tag": "1.0.5"
},
"source_files": "SLQCategories/Categories/*.{h,m}",
"frameworks": "AVFoundation",
"requires_arc": true,
"subspecs": [
{
"name": "UIImage",
"source_files": "SLQCategories/Categories/UIImage/*.{h,m}"
},
{
"name": "UIButton",
"source_files": "SLQCategories/Categories/UIButton/*.{h,m}"
}
]
}