[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / a / 7 / b / JLToolsAndCategories / 0.0.1 / JLToolsAndCategories.podspec.json
blob6bf7bb2d88d3ed2da6f8ac31e0433d09a75fc0fd
2   "name": "JLToolsAndCategories",
3   "version": "0.0.1",
4   "platforms": {
5     "ios": "8.0"
6   },
7   "summary": "开发中常常用到的工具类以及Category集合。",
8   "description": "NSString —— 字符串常用操作及验证等; UIImage —— 图片缩放、裁剪操作等; NSDate —— 时间格式转换,年月日获取,当前月的周数等; UIColor —— 根据HEX字符串得到颜色; UIView —— View的Nib加载,焦点坐标获取,SubViews和SupureViews检索; UILabel —— label的行间距设置; JLTools —— 包含常用方法,如:正则判断手机号、邮箱,MD5加密,路径缓存等。",
9   "homepage": "https://github.com/LongJiangSB/JLToolsAndCategories",
10   "license": {
11     "type": "MIT",
12     "file": "LICENSE"
13   },
14   "authors": {
15     "Long Jiang": "983220205@qq.com"
16   },
17   "source": {
18     "git": "https://github.com/LongJiangSB/JLToolsAndCategories.git",
19     "tag": "0.0.1"
20   },
21   "requires_arc": true,
22   "frameworks": [
23     "UIKit",
24     "Foundation"
25   ],
26   "source_files": "JLToolsAndCategories/Classes/**/*.{h,m}",
27   "public_header_files": "JLToolsAndCategories/Classes/JLToolsAndCategories.h",
28   "subspecs": [
29     {
30       "name": "Categories",
31       "source_files": "JLToolsAndCategories/Classes/Categories/*.{h,m}",
32       "public_header_files": "JLToolsAndCategories/Classes/Categories/*.h",
33       "frameworks": [
34         "UIKit",
35         "Foundation",
36         "QuartzCore"
37       ]
38     },
39     {
40       "name": "JLTools",
41       "source_files": "JLToolsAndCategories/Classes/JLTools/*.{h,m}",
42       "public_header_files": "JLToolsAndCategories/Classes/JLTools/JLTools.h",
43       "frameworks": [
44         "UIKit",
45         "Foundation",
46         "AudioToolbox",
47         "AVFoundation",
48         "Accelerate",
49         "CoreText"
50       ]
51     }
52   ]