blob: ee07c24e6fdf16986b52ba4a5b460e6371b0ace0 [file] [log] [blame]
{
"name": "FDCategories",
"version": "1.1.0",
"summary": "Some categories for simpler iOS development.",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"fandylau": "fandylau2011@outlook.com"
},
"homepage": "https://github.com/FandyLiu/FDCategories",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/FandyLiu/FDCategories.git",
"tag": "1.1.0",
"submodules": true
},
"requires_arc": true,
"source_files": "FDCategories/**/*.{h,m}",
"public_header_files": "FDCategories/**/*.{h}",
"frameworks": [
"UIKit",
"CoreFoundation",
"QuartzCore",
"CoreGraphics",
"CoreImage",
"CoreText",
"ImageIO",
"Accelerate"
]
}