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