blob: 603853c2dede8058cd8d6dc7bdd18ca0463300e2 [file] [log] [blame]
{
"name": "SomeSampleLib1",
"version": "0.0.3",
"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.3"
},
"source_files": "SomeSampleLib1/**/*.{h,m}",
"exclude_files": "Classes/Exclude",
"dependencies": {
"ReachabilitySwift": [
"~> 4.3.0"
]
},
"swift_version": "4.2"
}