blob: 4462b93e7bb58e09e51b45803932e6460704fa8b [file] [log] [blame]
{
"name": "LCSDK",
"version": "1.1",
"summary": "A short description of LifeCard.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/BigVeila/LCSDK",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"BigVeila": "haibh01508@gmail.com"
},
"source": {
"git": "https://github.com/BigVeila/LCSDK.git",
"tag": "1.1"
},
"platforms": {
"ios": "10.0"
},
"exclude_files": "Classes/Exclude",
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": [
"UIKit",
"MapKit"
],
"dependencies": {
"Toast": [
"~> 3.1.0"
],
"ObjectMapper": [
],
"Alamofire": [
"~> 4.9.1"
],
"SDWebImage": [
],
"SwipeMenuViewController": [
],
"FloatingPanel": [
],
"ReachabilitySwift": [
]
}
}