blob: 310aff56585405b53408fd8d8c294e26a5d6f667 [file] [log] [blame]
{
"name": "BottomAction",
"swift_versions": "5.0",
"version": "0.0.1",
"summary": "Bottom action view",
"homepage": "https://github.com/hellc/BottomAction",
"license": "MIT",
"authors": {
"Ivan Manov": "ivanmanov@live.com"
},
"social_media_url": "https://twitter.com/ihellc",
"resources": "Pod/**/*.xib",
"resource_bundles": {
"BottomAction": [
"Pod/**/*.xib"
]
},
"requires_arc": false,
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/hellc/BottomAction.git",
"tag": "0.0.1"
},
"default_subspecs": "All",
"subspecs": [
{
"name": "All",
"dependencies": {
"BottomAction/Core": [
]
}
},
{
"name": "Core",
"source_files": "Pod/**/*.{swift}"
}
],
"swift_version": "5.0"
}