blob: 75c76545bd2179a66d96ec14bb7eb0ae1ab258bb [file] [log] [blame]
{
"name": "FQBaseKit",
"version": "0.0.6",
"summary": "FQBaseKit a collection of useful Objective-C Categories",
"description": "FQBaseKit a collection of useful Objective-C Categories extending iOS Frameworks such as Foundation,UIKit,QuartzCore",
"homepage": "https://github.com/fangqiu1991/FQBaseKit.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"fangqiu1991": "519757546@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/fangqiu1991/FQBaseKit.git",
"tag": "0.0.6"
},
"source_files": [
"FQBaseKit",
"FQBaseKit/FQBaseFoundation/*.{h,m}",
"FQBaseKit/FQBaseHelper/*.{h,m}",
"FQBaseKit/FQBaseQuartzCore/*.{h,m}",
"FQBaseKit/FQBaseTool/*.{h,m}",
"FQBaseKit/FQBaseUIKit/*.{h,m}",
"FQBaseKit/FQBaseUtil/*.{h,m}"
]
}