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