blob: e30db0765a8a78cb55773cbfc7876e5c7dfc30c5 [file] [log] [blame]
{
"name": "BSDevLibs",
"version": "0.0.1",
"summary": "A CocoaPods library written in Swift",
"description": "This CocoaPods library helps you perform calculation.",
"homepage": "https://github.com/BhaveshSarwar/BSDevLibs.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Bhavesh": "bhavesh7sarwar@gmail.com"
},
"platforms": {
"ios": "12.1"
},
"swift_versions": "4.2",
"source": {
"git": "https://github.com/BhaveshSarwar/BSDevLibs.git",
"tag": "0.0.1"
},
"subspecs": [
{
"name": "BSDLNetworkManager",
"platforms": {
"ios": "10.0"
},
"source_files": "BSDevLibs/BSDLNetworkManager/Source/*",
"dependencies": {
"Alamofire": [
"~> 4.8"
]
}
}
],
"swift_version": "4.2"
}