[Add] TensorFlowLiteSelectTfOps 0.0.1-nightly.20220526
[CocoaPods.git] / Specs / e / 2 / 5 / CJFeature / 0.0.2 / CJFeature.podspec.json
blob0c4576623171f85089a7d781f03ea53d8fb69b5c
2   "name": "CJFeature",
3   "version": "0.0.2",
4   "summary": "自定义的基础UI",
5   "homepage": "https://github.com/dvlproad/CJFeature",
6   "description": "- CJFeature/CJRichScan:扫码\n\n  A longer description of CJFeature in Markdown format.\n\n  * Think: Why did you write this? What is the focus? What does it do?\n  * CocoaPods will be using this to generate tags, and improve search results.\n  * Try to keep it short, snappy and to the point.\n  * Finally, don't worry about the indent, CocoaPods strips it!",
7   "license": "MIT",
8   "authors": {
9     "dvlproad": ""
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/dvlproad/CJFeature.git",
16     "tag": "CJFeature_0.0.2"
17   },
18   "frameworks": "UIKit",
19   "requires_arc": true,
20   "subspecs": [
21     {
22       "name": "CJRichScan",
23       "subspecs": [
24         {
25           "name": "CJCodeReaderView",
26           "source_files": "CJRichScan/CJCodeReaderView/**/*.{h,m}",
27           "resources": "CJRichScan/CJCodeReaderView/**/*.{png}",
28           "dependencies": {
29             "Masonry": [
31             ]
32           }
33         },
34         {
35           "name": "CJCodeReader",
36           "source_files": "CJRichScan/CJCodeReader/CJCodeReader.{h,m}",
37           "frameworks": "AVFoundation"
38         },
39         {
40           "name": "CJCodeReaderViewController",
41           "source_files": "CJRichScan/CJCodeReaderViewController/**/*.{h,m}",
42           "resources": "CJRichScan/CJCodeReaderViewController/**/*.{wav}",
43           "dependencies": {
44             "Masonry": [
46             ],
47             "CJFeature/CJRichScan/CJCodeReader": [
49             ]
50           }
51         }
52       ]
53     }
54   ]