12345678910111213141516171819202122232425262728293031323334353637 |
- {
- "name": "KSCloudAccompanyLibrary",
- "version": "0.1.0",
- "summary": "KSCloudAccompanyLibrary. 云教练SDK",
- "description": "这是一个详细的描述,KSCloudAccompanyLibrary. 云教练SDK",
- "homepage": "https://github.com/Steven/KSCloudAccompanyLibrary",
- "license": {
- "type": "MIT",
- "file": "LICENSE"
- },
- "authors": {
- "Steven": "Kylesmart2940@gmail.com"
- },
- "source": {
- "git": "https://github.com/Steven/KSCloudAccompanyLibrary.git",
- "tag": "0.1.0"
- },
- "platforms": {
- "ios": "12.0"
- },
- "source_files": "KSCloudAccompanyLibrary/Classes/**/*",
- "swift_versions": "5.0",
- "pod_target_xcconfig": {
- "VALID_ARCHS": "arm64"
- },
- "public_header_files": "KSCloudAccompanyLibrary/Classes/**/*.h",
- "frameworks": "UIKit",
- "vendored_frameworks": [
- "KSTunerLibrary.framework"
- ],
- "dependencies": {
- "KSToolsLibrary": [
- ]
- },
- "swift_version": "5.0"
- }
|