blob: 88cf0e48a40c7aaf2e0bca8f8bb699541c36e5c7 [file] [log] [blame]
{
"name": "SomeSampleLib1",
"version": "0.0.1",
"summary": "A sample library: SomeSampleLib1.",
"description": "this is a sample library which gives add and subtract methods.",
"homepage": "https://github.com/shabeercc/SomeSampleLib1",
"platforms": {
"ios": "12.1"
},
"swift_versions": "4.2",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Shabeer": "developer@codecraft.co.in"
},
"source": {
"git": "https://github.com/shabeercc/SomeSampleLib1.git",
"tag": "0.0.1"
},
"source_files": "SomeSampleLib1/**/*.{h,m,swift}",
"exclude_files": "Classes/Exclude",
"swift_version": "4.2"
}