[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 6 / c / 9 / SmartpilotKit / 0.1.1 / SmartpilotKit.podspec.json
blob312e0865b167c2d57cf16cbc6db86753e9d2294d
2   "name": "SmartpilotKit",
3   "version": "0.1.1",
4   "summary": "智慧港航产品通用组件库",
5   "homepage": "https://github.com/steven326/SmartpilotKit",
6   "license": "MIT",
7   "authors": {
8     "wangzeping": "382995681@qq.com"
9   },
10   "platforms": {
11     "ios": "10.0"
12   },
13   "source": {
14     "git": "https://github.com/steven326/SmartpilotKit.git",
15     "tag": "0.1.1"
16   },
17   "source_files": [
18     "SmartpilotKit",
19     "Sources/Core/**"
20   ],
21   "default_subspecs": "Core",
22   "dependencies": {
23     "AFNetworking": [
25     ],
26     "SDWebImage": [
28     ],
29     "MJRefresh": [
31     ],
32     "MBProgressHUD": [
34     ],
35     "Masonry": [
37     ],
38     "Toast": [
40     ],
41     "TZImagePickerController": [
43     ],
44     "lottie-ios": [
45       "<= 2.5.0"
46     ],
47     "YBImageBrowser/Video": [
49     ],
50     "LEEAlert": [
52     ],
53     "LCActionSheet": [
55     ],
56     "YYModel": [
58     ],
59     "YYCategories": [
61     ],
62     "YYText": [
64     ],
65     "MLLabel": [
67     ]
68   },
69   "requires_arc": true,
70   "subspecs": [
71     {
72       "name": "Core",
73       "source_files": [
74         "SmartpilotKit",
75         "Sources/Core/**/*.{h,m}"
76       ]
77     },
78     {
79       "name": "Moment",
80       "source_files": [
81         "SmartpilotKit",
82         "Sources/Moment/**/*.{h,m}"
83       ],
84       "dependencies": {
85         "SmartpilotKit/Core": [
87         ]
88       }
89     }
90   ]