blob: 5910d58710ab314bbed1ef4c57bd03136b27f5b5 [file] [log] [blame]
{
"name": "ClosedSourceLibrary",
"version": "1.0.1",
"summary": "A ClosedSourceLibrary.",
"description": "a sample library with closed source codes.",
"homepage": "https://github.com/shabeercc/ClosedSourceLibrary",
"license": {
"type": "MIT",
"file": "FILE_LICENSE"
},
"authors": {
"Shabeer": "developer@codecraft.co.in"
},
"platforms": {
"ios": "12.1"
},
"swift_versions": "4.2",
"source": {
"git": "https://github.com/shabeercc/ClosedSourceLibrary.git",
"tag": "1.0.1"
},
"exclude_files": "Classes/Exclude",
"dependencies": {
"ReachabilitySwift": [
"~> 4.3.0"
]
},
"swift_version": "4.2"
}