blob: cbdd1886583850ccce4bc1288b07990f4275ae3c [file] [log] [blame]
{
"name": "myCustomPodSwift",
"version": "0.0.1",
"summary": "A short description of myCustomPodSwift.",
"description": "This custom pod file will support user for calculations like\nAddition , subtraction and multiplication.",
"homepage": "https://github.com/Lakshmi-devgit/myCustomPod",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Lakshmi-devgit": "kn.lakshmi948@gmail.com"
},
"platforms": {
"ios": "12.1"
},
"swift_versions": "4.2",
"source": {
"git": "https://github.com/Lakshmi-devgit/myCustomPod.git",
"tag": "0.0.1"
},
"source_files": "myCustomPodSwift/**/*.{h,m,swift}",
"exclude_files": "Classes/Exclude",
"swift_version": "4.2"
}