[Add] HyperCore 0.0.1
[CocoaPods.git] / Specs / 2 / 5 / 8 / CCQrCode / 1.0 / CCQrCode.podspec.json
blob11b94fe53e778cee00863a16ede4b69ee2683f73
2   "name": "CCQrCode",
3   "version": "1.0",
4   "summary": "AVFoundation encapsulation of qr code scanning tools, support for multiple type code.",
5   "homepage": "https://github.com/CCFramework/CCQrCode",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "MuZiLee": "li.feiheng@gmail.com"
12   },
13   "platforms": {
14     "ios": "7.0"
15   },
16   "source": {
17     "git": "https://github.com/CCFramework/CCQrCode.git",
18     "tag": "v1.0"
19   },
20   "source_files": [
21     "CCQrCode",
22     "CCQrCode/*.{h,m}",
23     "CCQrCode/*.{wav}",
24     "CCQrCode/*.{xcassets}"
25   ],
26   "frameworks": [
27     "AVFoundation",
28     "AudioToolbox"
29   ],
30   "requires_arc": true