[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 9 / 0 / 2 / OZDemo / 0.0.1 / OZDemo.podspec.json
blob971936ca8b17b0e850df5130a8f47a94a2f1cf58
2   "name": "OZDemo",
3   "version": "0.0.1",
4   "summary": "项目的初始化",
5   "description": "框架的搭建,添加常用的第三方库",
6   "homepage": "https://github.com/OwenJoe/OZDemo.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "futureliving": "futureliving@126.com"
13   },
14   "source": {
15     "git": "https://github.com/OwenJoe/OZDemo.git",
16     "tag": "0.0.1"
17   },
18   "source_files": "OZDemo/**/*.{h,m}",
19   "requires_arc": true,
20   "frameworks": "UIKit",
21   "platforms": {
22     "ios": "8.0"
23   },
24   "xcconfig": {
25     "FRAMEWORK_SEARCH_PATHS": "$(PLATFORM_DIR)/Developer/Library/Frameworks"
26   },
27   "dependencies": {
28     "AFNetworking": [
29       "~> 3.2.1"
30     ],
31     "MJExtension": [
32       "~> 3.0.15"
33     ],
34     "MJRefresh": [
35       "~> 3.1.15.3"
36     ],
37     "SDWebImage": [
38       "~> 4.4.0"
39     ],
40     "Masonry": [
41       "~> 1.1.0"
42     ],
43     "IQKeyboardManager": [
44       "~> 6.0.3"
45     ],
46     "MBProgressHUD": [
47       "~> 1.1.0"
48     ],
49     "FMDB": [
50       "~> 2.7.2"
51     ],
52     "YTKNetwork": [
53       "~> 2.0.4"
54     ]
55   }