[Add] Spotify-iOS-Auth 1.0.3
[CocoaPods.git] / Specs / 6 / 0 / e / CYQRCodeScan / 1.0.4 / CYQRCodeScan.podspec.json
blob31fecd295cc18dc6660ddcdc903a6c8da7682585
2   "name": "CYQRCodeScan",
3   "version": "1.0.4",
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.4"
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   }