blob: c913951216d39cddef1c65298e8e1ddcd4d5b63d [file] [log] [blame]
{
"name": "cocoaStudy",
"version": "0.1.2",
"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.1.2"
},
"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"
}