blob: 8edcbbab7dfa57670f4f8046bf290f0be811901e [file] [log] [blame]
{
"name": "ZLTestSPMBundle",
"version": "0.0.1",
"summary": "test spm bundle",
"homepage": "https://github.com/longitachi/ZLPhotoBrowser",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"longitachi": "longitachi@163.com"
},
"source": {
"git": "https://github.com/longitachi/ZLTestSPMBundle.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": [
"5.0",
"5.1",
"5.2"
],
"requires_arc": true,
"frameworks": [
"UIKit",
"Photos",
"PhotosUI",
"AVFoundation",
"CoreMotion"
],
"resources": "Sources/*.{png,bundle}",
"subspecs": [
{
"name": "Core",
"source_files": [
"Sources/*.swift",
"Sources/ZLPhotoBrowser.h"
]
}
],
"swift_version": "5.2"
}