[Add] BranchSDK 3.8.0
[CocoaPods.git] / Specs / 0 / b / 3 / GEQRCodeView / 0.0.3 / GEQRCodeView.podspec.json
blobc07e958df393ca73c463b17fe8fe648d18e1cced
2   "name": "GEQRCodeView",
3   "version": "0.0.3",
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.3"
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     "libqrencode": [
29       "~> 3.4.2"
30     ]
31   }