[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 6 / 0 / e / CYQRCodeScan / 1.0.3 / CYQRCodeScan.podspec.json
blob747536397282c201458146c08882e9a3d92fb181
2   "name": "CYQRCodeScan",
3   "version": "1.0.3",
4   "summary": "A simple QR Code scan solution",
5   "description": "A simple QR Code scan solution with only system API and smooth animation.",
6   "homepage": "https://github.com/chenyun122/QRCodeScan",
7   "screenshots": "https://github.com/chenyun122/QRCodeScan/raw/master/Screenshots/QRCodeScan.gif?raw=true",
8   "license": "MIT",
9   "authors": {
10     "Yun CHEN": "chenyun122@gmail.com"
11   },
12   "platforms": {
13     "ios": "8.0"
14   },
15   "requires_arc": true,
16   "source": {
17     "git": "https://github.com/chenyun122/QRCodeScan.git",
18     "tag": "1.0.3"
19   },
20   "source_files": [
21     "QRCodeScan",
22     "QRCodeScan/**/*.{h,m}"
23   ],
24   "resources": "QRCodeScan/**/*.{xib,nib,storyboard,png}",
25   "resource_bundles": {
26     "QRCodeScan": [
27       "QRCodeScan/**/*.xcassets",
28       "QRCodeScan/*.lproj/*"
29     ]
30   }