blob: 331b0a0ce207095ef86fe36bcb67c715e753ecad [file] [log] [blame]
{
"name": "MyFrameworkPod",
"version": "0.1.0",
"summary": "A short description of MyFrameworkPod.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/QChen0718/MyFrameworkPod",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"chenqing0718@163.com": "chenqing0718@163.com"
},
"source": {
"git": "https://github.com/QChen0718/MyFrameworkPod.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"swift_versions": "5.0",
"vendored_frameworks": "MyFrameworkPod/*.{framework}",
"source_files": "MyFrameworkPod/Classes/**/*",
"swift_version": "5.0"
}