[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 0 / b / 3 / GEQRCodeView / 0.0.1 / GEQRCodeView.podspec.json
blobf834befcc1fa475edc3893ec9dea107771d9bbdc
2   "name": "GEQRCodeView",
3   "version": "0.0.1",
4   "summary": "QRCode scanning ViewController for ios6/7",
5   "description": "                   A longer description of GEQRCodeView in Markdown format.\n\n                   * Think: Why did you write this? What is the focus? What does it do?\n                   * CocoaPods will be using this to generate tags, and improve search results.\n                   * Try to keep it short, snappy and to the point.\n                   * Finally, don't worry about the indent, CocoaPods strips it!\n",
6   "homepage": "https://github.com/lerosua/GEQRCodeView",
7   "license": "MIT",
8   "authors": {
9     "lerosua": "lerosua+github@gmail.com"
10   },
11   "platforms": {
12     "ios": "6.0"
13   },
14   "source": {
15     "git": "https://github.com/lerosua/GEQRCodeView.git",
16     "tag": "0.0.1"
17   },
18   "source_files": [
19     "GEQRCodeView/core",
20     "GEQRCodeView/core/**/*.{h,m}"
21   ],
22   "requires_arc": true,
23   "dependencies": {
24     "ZBarSDK": [
25       "~> 1.3.1"
26     ]
27   }