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