blob: 28dd67bcd8123b11fc2c6034ed9a1b09f9cf9a8c [file] [log] [blame]
{
"name": "cocoaStudy",
"version": "0.0.7",
"summary": "summary for study cocoapods",
"homepage": "https://github.com/ZB0106/MyGitCode.git",
"authors": {
"rzb16@sina.com": "rzb16@sina.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/ZB0106/MyGitCode.git",
"tag": "0.0.7"
},
"source_files": "CocoapodsStudy/Sources/**/*.swift",
"requires_arc": true,
"swift_versions": [
"5.1",
"5.2",
"5.3"
],
"static_framework": true,
"subspecs": [
{
"name": "ZB_Swift_Base",
"source_files": "CocoapodsStudy/Sources/ZB_Swift_Base/*.swift",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"MJRefresh": [
],
"SnapKit": [
]
}
}
],
"swift_version": "5.3"
}