blob: 68b7dffcfd6cf8f97f5dfa815be175aa74aeb390 [file] [log] [blame]
{
"name": "FQBaseKit",
"version": "0.0.1",
"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.1"
},
"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}",
"FQBaseKit/**/*.{h,m}"
]
}