blob: 11ebc744bd9493f0507a1feace068f989fa3026f [file] [log] [blame]
{
"name": "My__First__Pod",
"version": "0.1.0",
"summary": "My first pod using swift",
"description": "The description must be longer than the summary",
"homepage": "https://github.com/ShivaramGanesan/MyFirstPod",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"shivaram ganesan": "shivaramganesan0406@gmail.com"
},
"source": {
"git": "https://github.com/ShivaramGanesan/MyFirstPod.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "MyFirstPod/MyView.swift"
}