blob: cddccb83970f20f08549d4440909f27ced09fa05 [file] [log] [blame]
{
"name": "FTMTableSectionModules",
"version": "0.6.5",
"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/fjtrujy/FTMTableSectionModules",
"license": "MIT",
"authors": {
"Francisco Javier Trujillo Mata": "fjtrujy@gmail.com"
},
"source": {
"git": "https://github.com/fjtrujy/FTMTableSectionModules.git",
"tag": "0.6.5"
},
"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",
"swift_version": "5.0",
"subspecs": [
{
"name": "Core",
"source_files": "FTMTableSectionModules/Classes/Core/**/*"
},
{
"name": "Tests",
"dependencies": {
"FTMTableSectionModules/Core": [
],
"CombinationGenerator": [
"~> 0.1"
]
},
"source_files": "FTMTableSectionModules/Classes/Test/**/*"
}
]
}