blob: 0169b3b5b2287bd89ae7b28d4de4b1eec20229f6 [file] [log] [blame]
{
"name": "ClosedSourceLibrary",
"version": "1.0.0",
"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.0"
},
"exclude_files": "Classes/Exclude",
"dependencies": {
"ReachabilitySwift": [
"~> 4.3.0"
]
},
"swift_version": "4.2"
}