[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 0 / b / 3 / GEQRCodeView / 0.0.2 / GEQRCodeView.podspec.json
blobcac63c324ace084bcf0e34b4cf6271f3b515d8b8
2   "name": "GEQRCodeView",
3   "version": "0.0.2",
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.2"
17   },
18   "source_files": [
19     "GEQRCodeView/core",
20     "GEQRCodeView/core/**/*.{h,m}"
21   ],
22   "resources": "GEQRCodeView/resource/*.png",
23   "requires_arc": true,
24   "dependencies": {
25     "ZBarSDK": [
26       "~> 1.3.1"
27     ]
28   }