blob: 0c4576623171f85089a7d781f03ea53d8fb69b5c [file] [log] [blame]
{
"name": "CJFeature",
"version": "0.0.2",
"summary": "自定义的基础UI",
"homepage": "https://github.com/dvlproad/CJFeature",
"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!",
"license": "MIT",
"authors": {
"dvlproad": ""
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/dvlproad/CJFeature.git",
"tag": "CJFeature_0.0.2"
},
"frameworks": "UIKit",
"requires_arc": true,
"subspecs": [
{
"name": "CJRichScan",
"subspecs": [
{
"name": "CJCodeReaderView",
"source_files": "CJRichScan/CJCodeReaderView/**/*.{h,m}",
"resources": "CJRichScan/CJCodeReaderView/**/*.{png}",
"dependencies": {
"Masonry": [
]
}
},
{
"name": "CJCodeReader",
"source_files": "CJRichScan/CJCodeReader/CJCodeReader.{h,m}",
"frameworks": "AVFoundation"
},
{
"name": "CJCodeReaderViewController",
"source_files": "CJRichScan/CJCodeReaderViewController/**/*.{h,m}",
"resources": "CJRichScan/CJCodeReaderViewController/**/*.{wav}",
"dependencies": {
"Masonry": [
],
"CJFeature/CJRichScan/CJCodeReader": [
]
}
}
]
}
]
}