[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / e / 2 / 5 / CJFeature / 0.0.1 / CJFeature.podspec.json
blob017024dd550a296e2199df180c740adad3a448af
2   "name": "CJFeature",
3   "version": "0.0.1",
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.1"
17   },
18   "frameworks": "UIKit",
19   "requires_arc": true,
20   "subspecs": [
21     {
22       "name": "CJRichScan",
23       "subspecs": [
24         {
25           "name": "CJBaseCodeReaderView",
26           "source_files": "CJRichScan/CJBaseCodeReaderView/**/*.{h,m}",
27           "resources": "CJRichScan/CJBaseCodeReaderView/**/*.{png}",
28           "dependencies": {
29             "Masonry": [
31             ]
32           }
33         },
34         {
35           "name": "CJCodeReaderViewController",
36           "source_files": "CJRichScan/CJCodeReaderViewController/**/*.{h,m}",
37           "resources": "CJRichScan/CJCodeReaderViewController/**/*.{wav}",
38           "frameworks": "AVFoundation",
39           "dependencies": {
40             "Masonry": [
42             ]
43           }
44         }
45       ]
46     }
47   ]