blob: 9855fccc47e3f32dfe03615d225d7e92f59a200d [file] [log] [blame]
{
"name": "SLQCategories",
"version": "1.0.7",
"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.7"
},
"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}"
},
{
"name": "UIView",
"source_files": "SLQCategories/Categories/UIView/*.{h,m}"
},
{
"name": "UITextField",
"source_files": "SLQCategories/Categories/UITextField/*.{h,m}"
},
{
"name": "UITextView",
"source_files": "SLQCategories/Categories/UITextView/*.{h,m}"
},
{
"name": "NSString",
"source_files": "SLQCategories/Categories/NSString/*.{h,m}"
},
{
"name": "NSDate",
"source_files": "SLQCategories/Categories/NSDate/*.{h,m}"
}
]
}