blob: b5928dafd8789aa11dfce45ab6ce1f05802e541b [file] [log] [blame]
{
"name": "mypodMax",
"version": "0.0.2",
"summary": "HelloWorld is a framework",
"homepage": "https://bitbucket.org/mcassola",
"description": "HelloWorld is a swift framework which has a logger class and printHelloWorld func",
"license": {
"type": "MIT",
"file": "myPod/LICENSE"
},
"authors": {
"Maxi Cassola": "mlcassola@gmail.com"
},
"platforms": {
"ios": "12.0"
},
"ios": {
"vendored_frameworks": "myPod/mypodMax.framework"
},
"swift_versions": "4.1",
"source": {
"http": "https://podmax.s3-sa-east-1.amazonaws.com/myPod.zip"
},
"exclude_files": "Classes/Exclude",
"swift_version": "4.1"
}