blob: 6404847a3febbc80f6f56ebe2368bffd846d2761 [file] [log] [blame]
{
"name": "AnyImageKit",
"version": "0.6.1",
"license": "MIT",
"summary": "AnyImageKit is a toolbox for picking and editing photos.",
"homepage": "https://github.com/AnyImageProject/AnyImageKit",
"authors": {
"anotheren": "liudong.edward@gmail.com",
"RayJiang16": "1184731421@qq.com"
},
"source": {
"git": "https://github.com/AnyImageProject/AnyImageKit.git",
"tag": "0.6.1"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": [
"5.0",
"5.1"
],
"frameworks": "Foundation",
"default_subspecs": [
"Core",
"Picker",
"Editor"
],
"subspecs": [
{
"name": "Core",
"source_files": "Sources/Core/**/*",
"dependencies": {
"SnapKit": [
]
}
},
{
"name": "Picker",
"source_files": "Sources/Picker/**/*.swift",
"resources": "Sources/Picker/Resources/**/*",
"dependencies": {
"AnyImageKit/Core": [
]
}
},
{
"name": "Editor",
"source_files": "Sources/Editor/**/*.swift",
"resources": "Sources/Editor/Resources/**/*",
"dependencies": {
"AnyImageKit/Core": [
]
},
"pod_target_xcconfig": {
"SWIFT_ACTIVE_COMPILATION_CONDITIONS": "ANYIMAGEKIT_ENABLE_EDITOR"
}
}
],
"swift_version": "5.1"
}