-
Notifications
You must be signed in to change notification settings - Fork 9.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8dcfb00
commit 49d81ae
Showing
1 changed file
with
209 additions
and
0 deletions.
There are no files selected for viewing
209 changes: 209 additions & 0 deletions
209
Specs/8/0/c/HXPhotoPicker/4.2.4/HXPhotoPicker.podspec.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,209 @@ | ||
{ | ||
"name": "HXPhotoPicker", | ||
"version": "4.2.4", | ||
"summary": "照片/视频选择器 - 支持LivePhoto、GIF图片选择、自定义编辑照片/视频、3DTouch预览、浏览网络图片/网络视频 功能 - Imitation weibo photo/image picker - support for LivePhoto, GIF image selection, 3DTouch preview, browse the web image function", | ||
"homepage": "https://github.com/SilenceLove/HXPhotoPicker", | ||
"license": { | ||
"type": "MIT", | ||
"file": "LICENSE" | ||
}, | ||
"authors": { | ||
"SilenceLove": "[email protected]" | ||
}, | ||
"swift_versions": [ | ||
"5.0" | ||
], | ||
"platforms": { | ||
"ios": "13.0" | ||
}, | ||
"source": { | ||
"git": "https://github.com/SilenceLove/HXPhotoPicker.git", | ||
"tag": "4.2.4" | ||
}, | ||
"frameworks": [ | ||
"UIKit", | ||
"Photos", | ||
"PhotosUI" | ||
], | ||
"requires_arc": true, | ||
"default_subspecs": "Full", | ||
"subspecs": [ | ||
{ | ||
"name": "Core", | ||
"source_files": "Sources/HXPhotoPicker/Core/**/*.{swift}", | ||
"dependencies": { | ||
"HXPhotoPicker/Resources": [ | ||
|
||
] | ||
} | ||
}, | ||
{ | ||
"name": "Resources", | ||
"resources": "Sources/HXPhotoPicker/Resources/*.{bundle}", | ||
"resource_bundles": { | ||
"HXPhotoPicker_Privacy": [ | ||
"Sources/HXPhotoPicker/Resources/PrivacyInfo.xcprivacy" | ||
] | ||
} | ||
}, | ||
{ | ||
"name": "Picker", | ||
"subspecs": [ | ||
{ | ||
"name": "Lite", | ||
"source_files": "Sources/HXPhotoPicker/Picker/**/*.{swift}", | ||
"dependencies": { | ||
"HXPhotoPicker/Core": [ | ||
|
||
] | ||
}, | ||
"pod_target_xcconfig": { | ||
"SWIFT_ACTIVE_COMPILATION_CONDITIONS": "HXPICKER_ENABLE_PICKER" | ||
} | ||
}, | ||
{ | ||
"name": "KF", | ||
"dependencies": { | ||
"HXPhotoPicker/Picker/Lite": [ | ||
|
||
], | ||
"Kingfisher": [ | ||
"~> 8.0" | ||
] | ||
} | ||
} | ||
] | ||
}, | ||
{ | ||
"name": "Editor", | ||
"subspecs": [ | ||
{ | ||
"name": "Lite", | ||
"source_files": "Sources/HXPhotoPicker/Editor/**/*.{swift}", | ||
"dependencies": { | ||
"HXPhotoPicker/EditorView/Lite": [ | ||
|
||
] | ||
}, | ||
"pod_target_xcconfig": { | ||
"SWIFT_ACTIVE_COMPILATION_CONDITIONS": "HXPICKER_ENABLE_EDITOR" | ||
} | ||
}, | ||
{ | ||
"name": "KF", | ||
"dependencies": { | ||
"HXPhotoPicker/EditorView/KF": [ | ||
|
||
], | ||
"HXPhotoPicker/Editor/Lite": [ | ||
|
||
], | ||
"Kingfisher": [ | ||
"~> 8.0" | ||
] | ||
} | ||
} | ||
] | ||
}, | ||
{ | ||
"name": "EditorView", | ||
"subspecs": [ | ||
{ | ||
"name": "Lite", | ||
"source_files": "Sources/HXPhotoPicker/Editor+View/**/*.{swift}", | ||
"dependencies": { | ||
"HXPhotoPicker/Core": [ | ||
|
||
] | ||
}, | ||
"pod_target_xcconfig": { | ||
"SWIFT_ACTIVE_COMPILATION_CONDITIONS": "HXPICKER_ENABLE_EDITOR_VIEW" | ||
} | ||
}, | ||
{ | ||
"name": "KF", | ||
"dependencies": { | ||
"HXPhotoPicker/EditorView/Lite": [ | ||
|
||
], | ||
"Kingfisher": [ | ||
"~> 8.0" | ||
] | ||
} | ||
} | ||
] | ||
}, | ||
{ | ||
"name": "Camera", | ||
"subspecs": [ | ||
{ | ||
"name": "Lite", | ||
"source_files": "Sources/HXPhotoPicker/Camera/**/*.{swift,metal}", | ||
"dependencies": { | ||
"HXPhotoPicker/Core": [ | ||
|
||
] | ||
}, | ||
"pod_target_xcconfig": { | ||
"SWIFT_ACTIVE_COMPILATION_CONDITIONS": "HXPICKER_ENABLE_CAMERA" | ||
} | ||
}, | ||
{ | ||
"name": "Location", | ||
"source_files": "Sources/HXPhotoPicker/Camera+Location/**/*.{swift}", | ||
"pod_target_xcconfig": { | ||
"SWIFT_ACTIVE_COMPILATION_CONDITIONS": "HXPICKER_ENABLE_CAMERA_LOCATION" | ||
}, | ||
"dependencies": { | ||
"HXPhotoPicker/Camera/Lite": [ | ||
|
||
] | ||
} | ||
} | ||
] | ||
}, | ||
{ | ||
"name": "Lite", | ||
"dependencies": { | ||
"HXPhotoPicker/Picker/Lite": [ | ||
|
||
], | ||
"HXPhotoPicker/Editor/Lite": [ | ||
|
||
], | ||
"HXPhotoPicker/Camera/Lite": [ | ||
|
||
] | ||
} | ||
}, | ||
{ | ||
"name": "NoLocation", | ||
"dependencies": { | ||
"HXPhotoPicker/Picker": [ | ||
|
||
], | ||
"HXPhotoPicker/Editor": [ | ||
|
||
], | ||
"HXPhotoPicker/Camera/Lite": [ | ||
|
||
] | ||
} | ||
}, | ||
{ | ||
"name": "Full", | ||
"dependencies": { | ||
"HXPhotoPicker/Picker": [ | ||
|
||
], | ||
"HXPhotoPicker/Editor": [ | ||
|
||
], | ||
"HXPhotoPicker/Camera": [ | ||
|
||
] | ||
} | ||
} | ||
], | ||
"swift_version": "5.0" | ||
} |