blob: 59dd6cf40ae1a33a7b6b9df93c85c860206724c7 [file] [log] [blame]
{
"name": "SNScanViewController",
"version": "0.1.3",
"summary": "Scanning view controller.",
"description": "Scanning view controllers using AVFoundation",
"homepage": "https://github.com/snlo/SNScanViewController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"snlo": "snloveydus@sina.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/snlo/SNScanViewController.git",
"tag": "0.1.3"
},
"source_files": "SNScanViewController/SNScanViewController/*.{h,m}",
"resources": [
"SNScanViewController/SNScanViewController/**/*.{xcassets,xib,md,storyboard,plist,bundle,json,html,svg,ttf,strings,js,css,scss,png,pdf,}"
],
"requires_arc": true,
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
},
"dependencies": {
"SNTool": [
],
"Masonry": [
]
}
}