[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 7 / 8 / c / LCSDK / 1.2 / LCSDK.podspec.json
blob78b9dc83c1aafe72e296b33d67d2f617cc944431
2   "name": "LCSDK",
3   "version": "1.2",
4   "summary": "A short description of LifeCard.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/BigVeila/LCSDK",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "BigVeila": "haibh01508@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/BigVeila/LCSDK.git",
16     "tag": "1.2"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "exclude_files": "Classes/Exclude",
22   "preserve_paths": "LifeCardSDK.framework",
23   "public_header_files": "LifeCardSDK.framework/Headers/LifeCardSDK.h",
24   "source_files": "LifeCardSDK.framework/Headers/LifeCardSDK.h",
25   "vendored_frameworks": "LifeCardSDK.framework",
26   "frameworks": [
27     "UIKit",
28     "MapKit",
29     "Foundation"
30   ],
31   "requires_arc": true,
32   "dependencies": {
33     "Toast": [
34       "~> 3.1.0"
35     ],
36     "ObjectMapper": [
38     ],
39     "Alamofire": [
40       "~> 4.9.1"
41     ],
42     "SDWebImage": [
44     ],
45     "SwipeMenuViewController": [
47     ],
48     "FloatingPanel": [
50     ],
51     "ReachabilitySwift": [
53     ]
54   }