[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / 6 / f / 4 / Cocoa-SPM / 0.2.0 / Cocoa-SPM.podspec.json
blob8f83941be1608380e89266fac5edcbeb7572ba92
2   "name": "Cocoa-SPM",
3   "version": "0.2.0",
4   "summary": "Dependency available in Cocoa-SPM.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/LoydAntony/Cocoa-SPM",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "LoydAntony": "lrebeiro.consultant@newscorp.com"
13   },
14   "source": {
15     "git": "https://github.com/LoydAntony/Cocoa-SPM.git",
16     "tag": "0.2.0"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "Cocoa-SPM/*",
22   "subspecs": [
23     {
24       "name": "Basic",
25       "source_files": "Cocoa-SPM/Basic/**/*"
26     },
27     {
28       "name": "Ads",
29       "source_files": "Cocoa-SPM/Ads/**/*",
30       "dependencies": {
31         "Cocoa-SPM/Basic": [
33         ]
34       }
35     },
36     {
37       "name": "Casting",
38       "source_files": "Cocoa-SPM/Casting/**/*",
39       "dependencies": {
40         "Cocoa-SPM/Basic": [
42         ]
43       }
44     }
45   ]