Skip to content

Commit

Permalink
Updated podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
odrobnik committed Jun 3, 2016
1 parent b1789e0 commit 3c1c8ab
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions BarCodeKit.podspec
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
Pod::Spec.new do |spec|
spec.name = 'BarCodeKit'
spec.version = '1.3.0'
spec.version = '1.3.1'
spec.platform = :ios
spec.platform = :osx
spec.license = 'BSD'
spec.source = { :git => 'https://github.com/Cocoanetics/BarCodeKit.git', :tag => spec.version.to_s }
spec.ios.source_files = 'Core/Source/iOS/*.{h,m}', 'Core/Source/*.{h,m}', 'Core/*.h'
spec.osx.source_files = 'Core/Source/Mac/*.{h,m}', 'Core/Source/*.{h,m}', 'Core/*.h'
spec.source_files = 'Core/Source/*.{h,m}', 'Core/*.h'
spec.ios.source_files = 'Core/Source/iOS/*.{h,m}'
spec.osx.source_files = 'Core/Source/Mac/*.{h,m}'
spec.requires_arc = true
spec.homepage = 'http://www.cocoanetics.com/parts/barcodekit/'
spec.summary = 'A framework to generate bar codes on iOS or Mac.'
Expand Down

0 comments on commit 3c1c8ab

Please sign in to comment.