blob: 3f9edcabe7639d0ca699732a8e3992f5d1e5c022 [file] [log] [blame]
{
"name": "ClosedSourceLibrary",
"version": "1.0.3",
"summary": "A ClosedSourceLibrary.",
"description": "a sample library with closed source codes.",
"homepage": "https://github.com/shabeercc/ClosedSourceLibrary",
"license": {
"type": "MIT",
"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.3"
},
"exclude_files": "Classes/Exclude",
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
},
"dependencies": {
"ReachabilitySwift": [
"~> 4.3.0"
]
},
"swift_version": "4.2"
}