[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / a / 5 / 4 / Drift / 2.0 / Drift.podspec.json
blob4d2eb12e1662c6f738d12ca3ee6b5f654449e160
2   "name": "Drift",
3   "version": "2.0",
4   "summary": "Drift Framework for customer communication",
5   "homepage": "https://github.com/Driftt/drift-sdk-ios",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Eoin O'Connell": "eoin@8bytes.ie"
12   },
13   "social_media_url": "http://twitter.com/drift",
14   "platforms": {
15     "ios": "9.0"
16   },
17   "requires_arc": true,
18   "source": {
19     "git": "https://github.com/Driftt/drift-sdk-ios.git",
20     "tag": "2.0",
21     "submodules": false
22   },
23   "source_files": "Drift/**/*.{h,swift}",
24   "resources": [
25     "Drift/**/*.xib",
26     "Drift/**/*.xcassets"
27   ],
28   "dependencies": {
29     "Starscream": [
31     ],
32     "ObjectMapper": [
33       "~> 3.0"
34     ],
35     "AlamofireImage": [
36       "~> 3.0"
37     ],
38     "SVProgressHUD": [
39       "~> 2.0"
40     ]
41   },
42   "pod_target_xcconfig": {
43     "SWIFT_VERSION": "4.0"
44   }