[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / 9 / 5 / 8 / MTQRCode / 0.1.0 / MTQRCode.podspec.json
blob982eb524b62895f11c430a88c89097601c52239c
2   "name": "MTQRCode",
3   "version": "0.1.0",
4   "summary": "Simple QRCode detector and generator.",
5   "description": "A tools to detect and generate QRCode. Using CIDetector to detector QRCode, Using CIFilter to generate QRCode.",
6   "homepage": "https://github.com/Secrimart/MTQRCode",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Secrimart": "secrimart@aliyun.com"
13   },
14   "source": {
15     "git": "https://github.com/Secrimart/MTQRCode.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "subspecs": [
22     {
23       "name": "QRCapture",
24       "source_files": "MTQRCode/Classes/QRCapture/*.*",
25       "public_header_files": "MTQRCode/Classes/QRCapture/*.h"
26     },
27     {
28       "name": "QRGenerator",
29       "source_files": "MTQRCode/Classes/QRGenerator/*.*",
30       "public_header_files": "MTQRCode/Classes/QRGenerator/*.h"
31     }
32   ]