| { |
| "name": "JLToolsAndCategories", |
| "version": "0.0.1", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "summary": "开发中常常用到的工具类以及Category集合。", |
| "description": "NSString —— 字符串常用操作及验证等; UIImage —— 图片缩放、裁剪操作等; NSDate —— 时间格式转换,年月日获取,当前月的周数等; UIColor —— 根据HEX字符串得到颜色; UIView —— View的Nib加载,焦点坐标获取,SubViews和SupureViews检索; UILabel —— label的行间距设置; JLTools —— 包含常用方法,如:正则判断手机号、邮箱,MD5加密,路径缓存等。", |
| "homepage": "https://github.com/LongJiangSB/JLToolsAndCategories", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Long Jiang": "983220205@qq.com" |
| }, |
| "source": { |
| "git": "https://github.com/LongJiangSB/JLToolsAndCategories.git", |
| "tag": "0.0.1" |
| }, |
| "requires_arc": true, |
| "frameworks": [ |
| "UIKit", |
| "Foundation" |
| ], |
| "source_files": "JLToolsAndCategories/Classes/**/*.{h,m}", |
| "public_header_files": "JLToolsAndCategories/Classes/JLToolsAndCategories.h", |
| "subspecs": [ |
| { |
| "name": "Categories", |
| "source_files": "JLToolsAndCategories/Classes/Categories/*.{h,m}", |
| "public_header_files": "JLToolsAndCategories/Classes/Categories/*.h", |
| "frameworks": [ |
| "UIKit", |
| "Foundation", |
| "QuartzCore" |
| ] |
| }, |
| { |
| "name": "JLTools", |
| "source_files": "JLToolsAndCategories/Classes/JLTools/*.{h,m}", |
| "public_header_files": "JLToolsAndCategories/Classes/JLTools/JLTools.h", |
| "frameworks": [ |
| "UIKit", |
| "Foundation", |
| "AudioToolbox", |
| "AVFoundation", |
| "Accelerate", |
| "CoreText" |
| ] |
| } |
| ] |
| } |