blob: f9df65027901881a619f01ffcd75ca99939cf234 [file] [log] [blame]
{
"name": "SLQCategories",
"version": "1.0.6",
"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.6"
},
"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}"
},
{
"name": "UIControl",
"source_files": "SLQCategories/Categories/UIControl/*.{h,m}"
},
{
"name": "UIDevice",
"source_files": "SLQCategories/Categories/UIDevice/*.{h,m}"
},
{
"name": "UIColor",
"source_files": "SLQCategories/Categories/UIColor/*.{h,m}"
},
{
"name": "UIBezierPath",
"source_files": "SLQCategories/Categories/UIBezierPath/*.{h,m}"
},
{
"name": "UIAlertView",
"source_files": "SLQCategories/Categories/UIAlertView/*.{h,m}"
},
{
"name": "UIApplication",
"source_files": "SLQCategories/Categories/UIApplication/*.{h,m}"
}
]
}