blob: 300e7620eb4d82493f2decfdd425a5a721bc5f91 [file] [log] [blame]
{
"name": "GraphicEditKit",
"version": "0.1.0",
"summary": "Flash GraphicEditKit 图文编辑",
"description": "GraphicEditKit 用来满足您的图片文字拼接的需要,快来试试吧!",
"homepage": "https://github.com/MeiYuLong/GraphicEditKit.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"MeiYuLong": "longjiao914@126.com"
},
"source": {
"git": "https://github.com/MeiYuLong/GraphicEditKit.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.0",
"source_files": "GraphicEditKit/Classes/**/*",
"resource_bundles": {
"GraphicEditKit": [
"GraphicEditKit/Assets/**/*"
]
},
"private_header_files": [
"GraphicEditKit/Classes/Support/Services/C-Tool/*.h"
],
"pod_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"user_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"dependencies": {
"SnapKit": [
"~> 5.0.0"
],
"MBProgressHUD": [
"~> 1.1.0"
],
"JPImageresizerView": [
"~> 1.7.7"
],
"GPUImage": [
"~> 0.1.7"
],
"FlashPrinter": [
],
"FlashHookKit": [
],
"IQKeyboardManagerSwift": [
"~> 6.5.6"
]
},
"swift_version": "5.0"
}