blob: bc09bb050535f816e62e425165252daf2bcf763d [file] [log] [blame]
{
"name": "SamplePodCreationTestForAddition",
"version": "0.0.1",
"summary": "This pod is test pod, which contains libary to add or subtract two values",
"description": "This pod is test pod to learn how cocoapods work and also\nThis pod is test pod, which contains libary to add or subtract two values",
"homepage": "https://github.com/chandan-shetty/SamplePodCreationTest",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Chandan": "cs@tectusdreamlab.com"
},
"platforms": {
"ios": "12.0"
},
"swift_version": "4.2",
"source": {
"git": "https://github.com/chandan-shetty/SamplePodCreationTest.git",
"tag": "0.0.1"
},
"source_files": [
"SamplePodCreationTest",
"SamplePodCreationTest/**/*.{h,m, swift}"
]
}