[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 6 / d / e / S2MToolbox / 0.1.0 / S2MToolbox.podspec.json
blobcbf7e7ec63b15fdf04c74d730ea69dd0e306889e
2   "name": "S2MToolbox",
3   "version": "0.1.0",
4   "summary": "iOS Categories and more.",
5   "homepage": "https://github.com/sinnerschrader-mobile/s2m-toolbox-ios",
6   "source": {
7     "git": "https://github.com/sinnerschrader-mobile/s2m-toolbox-ios.git",
8     "tag": "0.1.0"
9   },
10   "authors": {
11     "François Benaiteau": "francois.benaiteau@sinnerschrader-mobile.com"
12   },
13   "platforms": {
14     "ios": "7.0"
15   },
16   "requires_arc": true,
17   "license": {
18     "type": "BSD-new",
19     "file": "LICENSE.txt"
20   },
21   "default_subspecs": [
22     "Foundation",
23     "UIKit"
24   ],
25   "subspecs": [
26     {
27       "name": "Foundation",
28       "source_files": "Foundation/*.{h,m}"
29     },
30     {
31       "name": "UIKit",
32       "source_files": "UIKit/*.{h,m}"
33     },
34     {
35       "name": "Kiwi",
36       "dependencies": {
37         "Kiwi": [
38           "~>2.3.0"
39         ]
40       },
41       "frameworks": "XCTest",
42       "source_files": "Testing/Kiwi/*.{h,m}"
43     },
44     {
45       "name": "QRCode",
46       "source_files": "QRCode/*.{h,m}"
47     },
48     {
49       "name": "ShopFinder",
50       "source_files": "ShopFinder/*.{h,m}"
51     }
52   ]