[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 3 / 6 / 1 / AppCommons / 0.0.9.5 / AppCommons.podspec.json
blobc10b16559c16a1fb390ccdb8df8f01119041fafc
2   "name": "AppCommons",
3   "version": "0.0.9.5",
4   "summary": "ios application commons.",
5   "homepage": "https://bitbucket.org/globalpocket/appcommons.ios/",
6   "authors": {
7     "sasshi000": "tanaka@globalpocket.jp"
8   },
9   "platforms": {
10     "ios": "13.2"
11   },
12   "source": {
13     "git": "https://bitbucket.org/globalpocket/appcommons.ios.git",
14     "tag": "0.0.9.5"
15   },
16   "default_subspecs": "Core",
17   "swift_versions": "5.0",
18   "subspecs": [
19     {
20       "name": "Core",
21       "source_files": "AppCommons/**/*.{swift}"
22     },
23     {
24       "name": "AppCommons.NativeWebViewController",
25       "source_files": "AppCommons.NativeWebViewController/**/*.{swift}",
26       "dependencies": {
27         "AppCommons/Core": [
29         ]
30       }
31     }
32   ],
33   "swift_version": "5.0"