[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 6 / 9 / f / FFastlib / 0.1.1 / FFastlib.podspec.json
blob611793c87a7ce8aff5a0b8531639481d187d8a50
2   "name": "FFastlib",
3   "version": "0.1.1",
4   "summary": "一些常规操作;一些常用的第三方库",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/lingyfh/FFastlib",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "lingyfh": "lingyfh@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/lingyfh/FFastlib.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "public_header_files": "FFastlib/FFastlib.h",
22   "source_files": "FFastlib/**/*",
23   "frameworks": "UIKit",
24   "requires_arc": true,
25   "dependencies": {
26     "AFNetworking": [
27       "~> 3.0"
28     ],
29     "SDWebImage": [
30       "~>3.7"
31     ],
32     "SDWebImage/WebP": [
34     ],
35     "MBProgressHUD": [
36       "~> 0.9.2"
37     ],
38     "MJRefresh": [
40     ],
41     "Masonry": [
43     ],
44     "Toast": [
45       "~> 3.0"
46     ]
47   }