| { |
| "name": "AppCommons", |
| "version": "0.0.9.6", |
| "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.6" |
| }, |
| "default_subspecs": "Core", |
| "swift_versions": "5.0", |
| "subspecs": [ |
| { |
| "name": "Core", |
| "source_files": "AppCommons/**/*.{swift}" |
| }, |
| { |
| "name": "NativeWebViewController", |
| "source_files": "NativeWebViewController/**/*.{swift}", |
| "dependencies": { |
| "AppCommons/Core": [ |
| |
| ] |
| } |
| } |
| ], |
| "swift_version": "5.0" |
| } |