[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / f / 2 / 4 / FDCategories / 1.1.0 / FDCategories.podspec.json
blobee07c24e6fdf16986b52ba4a5b460e6371b0ace0
2   "name": "FDCategories",
3   "version": "1.1.0",
4   "summary": "Some categories for simpler iOS development.",
5   "license": {
6     "type": "MIT",
7     "file": "LICENSE"
8   },
9   "authors": {
10     "fandylau": "fandylau2011@outlook.com"
11   },
12   "homepage": "https://github.com/FandyLiu/FDCategories",
13   "platforms": {
14     "ios": "7.0"
15   },
16   "source": {
17     "git": "https://github.com/FandyLiu/FDCategories.git",
18     "tag": "1.1.0",
19     "submodules": true
20   },
21   "requires_arc": true,
22   "source_files": "FDCategories/**/*.{h,m}",
23   "public_header_files": "FDCategories/**/*.{h}",
24   "frameworks": [
25     "UIKit",
26     "CoreFoundation",
27     "QuartzCore",
28     "CoreGraphics",
29     "CoreImage",
30     "CoreText",
31     "ImageIO",
32     "Accelerate"
33   ]