blob: 83e1f49751436fb4f5614de6c6eb9a2560d9f88c [file] [log] [blame]
{
"name": "AppCommons",
"version": "0.0.9.3",
"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.3"
},
"default_subspecs": "Core",
"swift_versions": "5.0",
"subspecs": [
{
"name": "Core",
"source_files": "AppCommons/**/*.{swift}"
},
{
"name": "AppCommons.NativeWebViewController",
"source_files": "NativeWebViewController/**/*.{swift}",
"dependencies": {
"AppCommons/Core": [
]
}
}
],
"swift_version": "5.0"
}