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