blob: 83a7a09c841d17296db63be61e60594a1e397919 [file] [log] [blame]
{
"name": "ModuleServices",
"version": "1.0.0",
"summary": "Reusable ViewController with TableView, splitted in Sections",
"description": "Reusable ViewController with TableView, split in Sections (called here modules) that help you to develop faster in Swift",
"homepage": "https://github.com/cosmicfools/ModuleServices",
"license": "MIT",
"authors": {
"Francisco Javier Trujillo Mata": "fjtrujy@gmail.com"
},
"source": {
"git": "https://github.com/cosmicfools/ModuleServices.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/fjtrujy",
"platforms": {
"ios": "9.0"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "5.0"
},
"swift_versions": "5.0",
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/ModuleServices/**/*"
},
{
"name": "Generic",
"dependencies": {
"ModuleServices/Core": [
]
},
"source_files": "Sources/ModuleGenericServices/**/*"
},
{
"name": "Snapshot",
"dependencies": {
"ModuleServices/Core": [
],
"CombinationGenerator": [
"~> 0.2.3"
]
},
"source_files": "Sources/ModuleSnapshotServices/**/*"
}
],
"swift_version": "5.0"
}