[Add] HandyStorage 1.0.3
[CocoaPods.git] / Specs / c / b / d / LYCategories / 0.8.9 / LYCategories.podspec.json
blob62ba7156cf51a5a10986666d7d396f341b151691
2   "name": "LYCategories",
3   "summary": "A set of useful categories for Foundation and UIKit.",
4   "version": "0.8.9",
5   "license": {
6     "type": "MIT",
7     "file": "LICENSE"
8   },
9   "authors": {
10     "CoderYLiu": "coderyliu@gmail.com"
11   },
12   "social_media_url": "http://www.jianshu.com/users/455a0339b2c3/latest_articles",
13   "homepage": "https://github.com/CoderYLiu/LYCategories",
14   "platforms": {
15     "ios": "6.0"
16   },
17   "source": {
18     "git": "https://github.com/CoderYLiu/LYCategories.git",
19     "tag": "0.8.9"
20   },
21   "requires_arc": true,
22   "source_files": "LYCategories/**/*.{h,m}",
23   "public_header_files": "LYCategories/**/*.{h}",
24   "ios": {
25     "exclude_files": [
26       "LYCategories/GTMBase64/GTMBase64.{h,m}",
27       "LYCategories/GTMBase64/GTMDefines.{h,m}"
28     ]
29   },
30   "libraries": "z",
31   "frameworks": [
32     "UIKit",
33     "CoreFoundation",
34     "QuartzCore",
35     "CoreGraphics",
36     "CoreImage",
37     "CoreText",
38     "ImageIO",
39     "Accelerate"
40   ],
41   "subspecs": [
42     {
43       "name": "no-arc",
44       "requires_arc": false,
45       "source_files": [
46         "LYCategories/GTMBase64/GTMBase64.{h,m}",
47         "LYCategories/GTMBase64/GTMDefines.{h,m}"
48       ]
49     }
50   ]