{ | |
"name": "testLibA", | |
"version": "0.0.1", | |
"summary": "testLib XX", | |
"description": "testLib 这是详细描述,一定要比s.summary 长长长长长长长长长", | |
"homepage": "https://github.com/BRburen/csLib", | |
"license": { | |
"type": "BSD" | |
}, | |
"authors": { | |
"BRburen": "15848920476@163.com" | |
}, | |
"platforms": { | |
"ios": "8.0" | |
}, | |
"source": { | |
"git": "https://github.com/BRburen/csLib.git", | |
"tag": "0.0.1" | |
}, | |
"source_files": [ | |
"Classes", | |
"Classes/**/*.{swift}" | |
], | |
"pod_target_xcconfig": { | |
"SWIFT_VERSION": "3" | |
} | |
} |