[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 6 / e / 1 / ModuleServices / 0.9.2 / ModuleServices.podspec.json
blobeed166a14e31cb7260206a8c63d29846d8dce079
2   "name": "ModuleServices",
3   "version": "0.9.2",
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": "0.9.2"
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": "Snapshot",
31       "dependencies": {
32         "ModuleServices/Core": [
34         ],
35         "CombinationGenerator": [
36           "~> 0.2.3"
37         ]
38       },
39       "source_files": "Sources/ModuleSnapshotServices/**/*"
40     }
41   ],
42   "swift_version": "5.0"