[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / a / 5 / 0 / YJSUIFrame / 1.0.1 / YJSUIFrame.podspec.json
blob9012fc310de6789837f06544ca22ab2ccef27889
2   "name": "YJSUIFrame",
3   "version": "1.0.1",
4   "summary": "常用的UI框架",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/YuanJiaShuai/YJSUIFrame",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "YuanJiaShuai": "1361253662@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/YuanJiaShuai/YJSUIFrame.git",
16     "tag": "1.0.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "YJSUIFrame/Classes/YJSUIFrame.h",
22   "frameworks": [
23     "Foundation",
24     "UIKit"
25   ],
26   "dependencies": {
27     "SVProgressHUD": [
29     ]
30   },
31   "subspecs": [
32     {
33       "name": "YJSCategory",
34       "source_files": "YJSUIFrame/Classes/YJSCategory/*.*"
35     },
36     {
37       "name": "YJSProgressHUD",
38       "source_files": "YJSUIFrame/Classes/YJSProgressHUD/*.*",
39       "resources": "YJSUIFrame/Classes/YJSProgressHUD/YJSProgressHUD.bundle"
40     }
41   ]