Skip to content

Commit

Permalink
[Add] ZXingObjC 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cwalcott authored and CocoaPodsBot committed Apr 7, 2015
1 parent 46120af commit e201596
Showing 1 changed file with 104 additions and 0 deletions.
104 changes: 104 additions & 0 deletions Specs/ZXingObjC/3.1.0/ZXingObjC.podspec.json
@@ -0,0 +1,104 @@
{
"name": "ZXingObjC",
"version": "3.1.0",
"summary": "An Objective-C Port of the ZXing barcode framework.",
"homepage": "https://github.com/TheLevelUp/ZXingObjC",
"authors": "ZXingObjC team",
"license": {
"type": "Apache License 2.0",
"file": "COPYING"
},
"source": {
"git": "https://github.com/TheLevelUp/ZXingObjC.git",
"tag": "3.1.0"
},
"requires_arc": true,
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
},
"platforms": {
"ios": "6.0",
"osx": "10.8"
},
"ios": {
"frameworks": [
"AVFoundation",
"CoreGraphics",
"CoreMedia",
"CoreVideo",
"ImageIO",
"QuartzCore"
]
},
"osx": {
"frameworks": [
"AVFoundation",
"CoreMedia",
"QuartzCore"
]
},
"default_subspecs": "All",
"subspecs": [
{
"name": "All",
"source_files": "ZXingObjC/**/*.{h,m}"
},
{
"name": "Aztec",
"dependencies": {
"ZXingObjC/Core": [

]
},
"source_files": "ZXingObjC/aztec/**/*.{h,m}"
},
{
"name": "Core",
"source_files": [
"ZXingObjC/client/*.{h,m}",
"ZXingObjC/common/**/*.{h,m}",
"ZXingObjC/core/*.{h,m}",
"ZXingObjC/multi/*.{h,m}"
]
},
{
"name": "DataMatrix",
"dependencies": {
"ZXingObjC/Core": [

]
},
"source_files": "ZXingObjC/datamatrix/**/*.{h,m}"
},
{
"name": "MaxiCode",
"dependencies": {
"ZXingObjC/Core": [

]
},
"source_files": "ZXingObjC/maxicode/**/*.{h,m}"
},
{
"name": "OneD",
"dependencies": {
"ZXingObjC/Core": [

]
},
"source_files": [
"ZXingObjC/oned/**/*.{h,m}",
"ZXingObjC/client/result/*.{h,m}"
]
},
{
"name": "QRCode",
"dependencies": {
"ZXingObjC/Core": [

]
},
"source_files": "ZXingObjC/qrcode/**/*.{h,m}"
}
]
}

0 comments on commit e201596

Please sign in to comment.