[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / b / 7 / f / BarCodeKit / 1.3.3 / BarCodeKit.podspec.json
blobbcabb07d9804947a5143970adfadbb4b2bd3687b
2   "name": "BarCodeKit",
3   "version": "1.3.3",
4   "platforms": {
5     "ios": "6.0",
6     "osx": "10.12"
7   },
8   "license": "BSD",
9   "source": {
10     "git": "https://github.com/Cocoanetics/BarCodeKit.git",
11     "tag": "1.3.3"
12   },
13   "source_files": [
14     "Core/Source/*.{h,m}",
15     "Core/*.h"
16   ],
17   "ios": {
18     "source_files": "Core/Source/iOS/*.{h,m}",
19     "frameworks": [
20       "Foundation",
21       "UIKit"
22     ]
23   },
24   "osx": {
25     "source_files": "Core/Source/Mac/*.{h,m}",
26     "frameworks": [
27       "Foundation",
28       "AppKit"
29     ]
30   },
31   "requires_arc": true,
32   "homepage": "http://www.cocoanetics.com/parts/barcodekit/",
33   "summary": "A framework to generate bar codes on iOS or Mac.",
34   "authors": {
35     "Oliver Drobnik": "oliver@cocoanetics.com"
36   }