Files
ContainerController/Example/Pods/Local Podspecs/ContainerControllerSwift.podspec.json
T
mrustaa 9c66a0b6f3 update
2020-06-09 22:06:29 +03:00

25 lines
749 B
JSON

{
"name": "ContainerControllerSwift",
"version": "1.0.0",
"summary": "This is a swipe-panel from application: https://www.apple.com/ios/maps/",
"description": "TODO: Add long description of the pod here.\n'This is a swipe-panel from application: https://www.apple.com/ios/maps/'",
"homepage": "https://github.com/mrustaa/ContainerController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"rustamburger@gmail.com": "rustamburger@gmail.com"
},
"source": {
"git": "https://github.com/mrustaa/ContainerController.git",
"tag": "1.0.0"
},
"swift_versions": "5.2.4",
"platforms": {
"ios": "13.0"
},
"source_files": "ContainerControllerSwift/**/*.{swift}",
"swift_version": "5.2.4"
}