[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 6 / e / 1 / ModuleServices / 1.0.1 / ModuleServices.podspec.json
blob609bf3763c314ba21562d390093b584fec911ac9
2   "name": "ModuleServices",
3   "version": "1.0.1",
4   "summary": "Reusable ViewController with TableView, splitted in Sections",
5   "description": "Reusable ViewController with TableView, split in Sections (called here modules) that help you to develop faster in Swift",
6   "homepage": "https://github.com/cosmicfools/ModuleServices",
7   "license": "MIT",
8   "authors": {
9     "Francisco Javier Trujillo Mata": "fjtrujy@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/cosmicfools/ModuleServices.git",
13     "tag": "1.0.1"
14   },
15   "social_media_url": "https://twitter.com/fjtrujy",
16   "platforms": {
17     "ios": "9.0"
18   },
19   "pod_target_xcconfig": {
20     "SWIFT_VERSION": "5.0"
21   },
22   "swift_versions": "5.0",
23   "default_subspecs": "Core",
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "Sources/ModuleServices/**/*"
28     },
29     {
30       "name": "Generic",
31       "dependencies": {
32         "ModuleServices/Core": [
34         ]
35       },
36       "source_files": "Sources/ModuleGenericServices/**/*"
37     },
38     {
39       "name": "Snapshot",
40       "dependencies": {
41         "ModuleServices/Core": [
43         ],
44         "CombinationGenerator": [
45           "~> 0.2.3"
46         ]
47       },
48       "source_files": "Sources/ModuleSnapshotServices/**/*"
49     }
50   ],
51   "swift_version": "5.0"