123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293 |
- {
- "name": "BFFramework",
- "version": "0.1.0",
- "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"
- },
- "public_header_files": "BFFramework/Classes/**/*.h",
- "frameworks": [
- "UIKit",
- "AVFoundation",
- "OpenGLES",
- "CoreMedia",
- "QuartzCore"
- ],
- "dependencies": {
- "Alamofire": [
- "4.9.1"
- ],
- "SnapKit": [
- "4.2.0"
- ],
- "Kingfisher": [
- "4.10.1"
- ],
- "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"
- ],
- "NXFramework-Swift": [
- ],
- "KingfisherWebP": [
- "0.4.2"
- ]
- },
- "swift_version": "5.0"
- }
|