12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 |
- {
- "name": "BFFramework",
- "version": "0.1.1",
- "summary": "Byte fllow 基础组件库",
- "swift_versions": "5.0",
- "description": "TODO: Add long description of the pod here.",
- "homepage": "https://github.com/287971051@qq.com/BFFramework",
- "license": {
- "type": "MIT",
- "file": "LICENSE"
- },
- "authors": {
- "287971051@qq.com": "287971051@qq.com"
- },
- "source": {
- "git": "https://git.yishihui.comiOS/BFFramework.git"
- },
- "platforms": {
- "ios": "10.0"
- },
- "source_files": "BFFramework/Classes/**/*",
- "resource_bundles": {
- "BFFramework": [
- "BFFramework/Assets/**/*.png",
- "BFFramework/Assets/**/*.gif"
- ]
- },
- "static_framework": true,
- "xcconfig": {
- "CLANG_MODULES_AUTOLINK": "YES",
- "OTHER_SWIFT_FLAGS": "$(inherited) -DGLES",
- "VALIDATE_WORKSPACE_SKIPPED_SDK_FRAMEWORKS": "OpenGLES"
- },
- "pod_target_xcconfig": {
- "OTHER_LDFLAGS": "-all_load",
- "VALID_ARCHS": "arm64 armv7"
- },
- "public_header_files": "BFFramework/Classes/**/*.h",
- "frameworks": [
- "UIKit",
- "AVFoundation",
- "OpenGLES",
- "CoreMedia",
- "QuartzCore"
- ],
- "dependencies": {
- "Alamofire": [
- "4.9.1"
- ],
- "SnapKit": [
- "4.2.0"
- ],
- "Kingfisher": [
- "6.3.0"
- ],
- "KingfisherWebP": [
- "1.3.0"
- ],
- "RealmSwift": [
- "10.7.2"
- ],
- "ObjectMapper": [
- "4.2.0"
- ],
- "KeychainAccess": [
- "4.2.2"
- ],
- "Toast-Swift": [
- "5.0.1"
- ],
- "AliyunOSSiOS": [
- "2.10.8"
- ],
- "WechatOpenSDK-Swift": [
- "1.8.7.1"
- ],
- "MJRefresh": [
- "3.5.0"
- ],
- "FDFullscreenPopGesture": [
- "1.1"
- ],
- "LMJHorizontalScrollText": [
- "2.0.2"
- ],
- "TXLiteAVSDK_Player": [
- "8.4.9944"
- ],
- "Bugly": [
- "2.5.90"
- ]
- },
- "swift_version": "5.0"
- }
|