[Add] FTMobileSDK 1.5.8-alpha.2
[CocoaPods.git] / Specs / f / 9 / c / TKScanKit / 0.1.2 / TKScanKit.podspec.json
blobe1953e4092e0ded8f58a1998cb81aea7e3444122
2   "name": "TKScanKit",
3   "version": "0.1.2",
4   "summary": "Use multiple scanning SDKs with one clean API.",
5   "description": "  TKScanKit is a Cocoapods only library, inspired by ARAnalytics, which provides a clean API for different scanning SDKs. It does this by using subspecs from CocoaPods to let you decide which libraries you'd like to use.\"\n",
6   "homepage": "http://github.com/xslim/TKScanKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Taras Kalapun": "t.kalapun@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/xslim/TKScanKit.git",
16     "tag": "0.1.2"
17   },
18   "platforms": {
19     "ios": "7.0"
20   },
21   "requires_arc": true,
22   "subspecs": [
23     {
24       "name": "CoreIOS",
25       "source_files": [
26         "*.{h,m}",
27         "TKScanningProvider.{h,m}",
28         "Providers/TKScanKitProviders.h"
29       ],
30       "platforms": [
31         "ios"
32       ]
33     },
34     {
35       "name": "ZBarSDK",
36       "prefix_header_contents": "#define TKSK_ZBARSDK_EXISTS 1",
37       "ios": {
38         "source_files": [
39           "Providers/ZBarSDKProvider.{h,m}"
40         ]
41       },
42       "dependencies": {
43         "TKScanKit/CoreIOS": [
45         ],
46         "ZBarSDK": [
48         ]
49       },
50       "platforms": [
51         "ios"
52       ]
53     },
54     {
55       "name": "IOS7ScanningVC",
56       "prefix_header_contents": "#define TKSK_IOS7SCANNINGVC_EXISTS 1",
57       "ios": {
58         "source_files": [
59           "Providers/IOS7ScanningVCProvider.{h,m}"
60         ]
61       },
62       "dependencies": {
63         "TKScanKit/CoreIOS": [
65         ],
66         "CDZQRScanningViewController": [
68         ]
69       },
70       "platforms": [
71         "ios"
72       ]
73     },
74     {
75       "name": "ScanditSDK",
76       "prefix_header_contents": "#define TKSK_SCANDITSDK_EXISTS 1",
77       "ios": {
78         "source_files": [
79           "Providers/ScanditSDKProvider.{h,m}"
80         ]
81       },
82       "dependencies": {
83         "TKScanKit/CoreIOS": [
85         ],
86         "ScanditSDK": [
88         ]
89       },
90       "platforms": [
91         "ios"
92       ]
93     }
94   ]