[Add] MentaVlionAdapter 6.00.22
[CocoaPods.git] / Specs / 9 / f / 6 / LWTools / 2.1.1.8 / LWTools.podspec.json
blobb9666fbfd7c1dc9e668e1b3678096c706b3d2b93
2   "name": "LWTools",
3   "version": "2.1.1.8",
4   "summary": "一些常用的工具类",
5   "description": "1.对文件的简单加密,解密功能  2.判断设备剩余空间的大小  3.添加view分类  4.粒子动画特效的按钮 5.从一张view中生成图片 6.增加标签选择功能(可显示小红点) 7.类似微信图片浏览功能 8.多种动画效果  9.自定义基于MJRefresh的上拉加载下拉刷新动画  10.自定义window,放到状态栏位置,点击scrollView滚动到顶部",
6   "homepage": "https://github.com/LittleCuteCat/LWTools",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "LittleCuteCat": "weil218@163.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/LittleCuteCat/LWTools.git",
19     "tag": "2.1.1.8"
20   },
21   "requires_arc": true,
22   "source_files": [
23     "Classes",
24     "Classes/**/*.{h,m}"
25   ],
26   "dependencies": {
27     "LWAnimation": [
29     ],
30     "LWPhotoBrowser": [
32     ],
33     "MJRefresh": [
35     ]
36   },
37   "frameworks": [
38     "UIKit",
39     "Foundation"
40   ]