blob: c10b16559c16a1fb390ccdb8df8f01119041fafc [file] [log] [blame]
{
"name": "AppCommons",
"version": "0.0.9.5",
"summary": "ios application commons.",
"homepage": "https://bitbucket.org/globalpocket/appcommons.ios/",
"authors": {
"sasshi000": "tanaka@globalpocket.jp"
},
"platforms": {
"ios": "13.2"
},
"source": {
"git": "https://bitbucket.org/globalpocket/appcommons.ios.git",
"tag": "0.0.9.5"
},
"default_subspecs": "Core",
"swift_versions": "5.0",
"subspecs": [
{
"name": "Core",
"source_files": "AppCommons/**/*.{swift}"
},
{
"name": "AppCommons.NativeWebViewController",
"source_files": "AppCommons.NativeWebViewController/**/*.{swift}",
"dependencies": {
"AppCommons/Core": [
]
}
}
],
"swift_version": "5.0"
}