123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117 |
- {
- "name": "BFCommonKit",
- "version": "1.0.5",
- "summary": "A short description of BFCommonKit.",
- "swift_versions": "5.0",
- "description": "TODO: Add long description of the pod here.",
- "homepage": "https://git.yishihui.com/wenweiwei/BFCommonKit",
- "license": {
- "type": "MIT",
- "file": "LICENSE"
- },
- "authors": {
- "wenweiwei": "wenweiwei@piaoquantv.com"
- },
- "source": {
- "git": "https://git.yishihui.com/wenweiwei/BFCommonKit.git",
- "tag": "1.0.5"
- },
- "platforms": {
- "ios": "10.0"
- },
- "resource_bundles": {
- "BFCommon_Resources": [
- "BFCommonKit/Assets/Resources/*.png"
- ]
- },
- "subspecs": [
- {
- "name": "BFConfig",
- "source_files": "BFCommonKit/Classes/BFConfig/*",
- "frameworks": "UIKit"
- },
- {
- "name": "BFBase",
- "source_files": "BFCommonKit/Classes/BFBase/**/*",
- "frameworks": [
- "UIKit",
- "WebKit"
- ],
- "dependencies": {
- "Alamofire": [
- "4.9.1"
- ],
- "SnapKit": [
- "5.0.1"
- ],
- "BFCommonKit/BFUtility": [
- ],
- "BFCommonKit/BFEnums": [
- ]
- }
- },
- {
- "name": "BFEnums",
- "source_files": "BFCommonKit/Classes/BFEnums/*",
- "frameworks": "Foundation"
- },
- {
- "name": "BFCategorys",
- "source_files": "BFCommonKit/Classes/BFCategorys/*",
- "frameworks": [
- "Foundation",
- "UIKit",
- "MobileCoreServices"
- ],
- "dependencies": {
- "KingfisherWebP": [
- "1.3.0"
- ]
- }
- },
- {
- "name": "BFUtility",
- "source_files": "BFCommonKit/Classes/BFUtility/*",
- "frameworks": [
- "Foundation",
- "UIKit",
- "AdSupport",
- "Photos",
- "AudioToolbox",
- "AVKit"
- ],
- "dependencies": {
- "KingfisherWebP": [
- "1.3.0"
- ],
- "Alamofire": [
- "4.9.1"
- ],
- "KeychainAccess": [
- "4.2.2"
- ],
- "Kingfisher": [
- "6.3.0"
- ],
- "Toast-Swift": [
- "5.0.1"
- ],
- "BFCommonKit/BFCategorys": [
- ]
- }
- },
- {
- "name": "BFDebug",
- "source_files": "BFCommonKit/Classes/BFDebug/*",
- "frameworks": [
- "UIKit",
- "MessageUI",
- "WebKit"
- ]
- }
- ],
- "swift_version": "5.0"
- }
|