[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 6 / 9 / f / FFastlib / 0.1.6 / FFastlib.podspec.json
blob10ef3a69913815228ad1cd696769ab5f1bf15886
2   "name": "FFastlib",
3   "version": "0.1.6",
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.6"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "public_header_files": [
22     "FFastlib/*.h",
23     "FFastlib/**/*.h"
24   ],
25   "source_files": "FFastlib/**/*",
26   "frameworks": "UIKit",
27   "requires_arc": true,
28   "dependencies": {
29     "AFNetworking": [
30       "~> 3.0"
31     ],
32     "SDWebImage": [
33       "~> 4"
34     ],
35     "SDWebImage/WebP": [
37     ],
38     "MBProgressHUD": [
39       "~> 1.0.0"
40     ],
41     "MJRefresh": [
43     ],
44     "Masonry": [
46     ],
47     "Toast": [
48       "~> 3.0"
49     ],
50     "JSONParse": [
52     ]
53   }