blob: 611c3c3eec95926e93b63d538b8980113c07ea4e [file] [log] [blame]
{
"name": "ESDemo",
"version": "0.0.2",
"summary": "ESDemo for cocoapods static library",
"description": "to test the cocoapods static library works",
"homepage": "https://github.com/EverydayStep/ESDemo",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"codeLocker": "codeLockers@outlook.com"
},
"source": {
"git": "https://github.com/EverydayStep/ESDemo.git",
"tag": "0.0.2"
},
"platforms": {
"ios": "8.0"
},
"swift_versions": "5.0",
"source_files": "ESDemo/Classes/**/*",
"ios": {
"vendored_frameworks": "ESDemo.framework"
},
"swift_version": "5.0"
}