[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 1 / a / c / SwwHelper / 0.1.0 / SwwHelper.podspec.json
blob81d331ad2ac06748d5170d061d1187189b66a868
2   "name": "SwwHelper",
3   "version": "0.1.0",
4   "summary": "Calculate String Width Or Height.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://gitee.com/dududusww/sww-helper",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "wbhsww": "2312669156@qq.com"
13   },
14   "source": {
15     "git": "https://gitee.com/dududusww/sww-helper.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "requires_arc": true,
22   "static_framework": true,
23   "frameworks": "UIKit",
24   "subspecs": [
25     {
26       "name": "Tools",
27       "source_files": "SwwHelper/Sources/Tools/*.{h,m}",
28       "frameworks": [
29         "UIKit",
30         "Foundation"
31       ]
32     },
33     {
34       "name": "UI",
35       "source_files": [
36         "SwwHelper/Sources/UI/*/*.{h,m}"
37       ],
38       "resource_bundles": {
39         "SwwHelper": [
40           "SwwHelper/Resources/Media.xcassets",
41           "SwwHelper/Sources/UI/*/*.xib"
42         ]
43       },
44       "frameworks": [
45         "UIKit",
46         "Foundation"
47       ]
48     }
49   ]