[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / a / 5 / 4 / Drift / 0.0.1 / Drift.podspec.json
blobfbce917b3efdbf825378a51a0289eaa37ed2e5a8
2   "name": "Drift",
3   "version": "0.0.1",
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": "8.0"
16   },
17   "requires_arc": true,
18   "source": {
19     "git": "https://github.com/Driftt/drift-sdk-ios.git",
20     "tag": "0.0.1",
21     "submodules": true
22   },
23   "source_files": "Drift/**/*.{h,swift}",
24   "resources": [
25     "Drift/**/*.xib",
26     "Drift/**/*.xcassets"
27   ],
28   "dependencies": {
29     "LayerKit": [
30       "~> 0.17"
31     ],
32     "Gloss": [
33       "~> 0.7"
34     ]
35   }