blob: fbce917b3efdbf825378a51a0289eaa37ed2e5a8 [file] [log] [blame]
{
"name": "Drift",
"version": "0.0.1",
"summary": "Drift Framework for customer communication",
"homepage": "https://github.com/Driftt/drift-sdk-ios",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Eoin O'Connell": "eoin@8bytes.ie"
},
"social_media_url": "http://twitter.com/drift",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/Driftt/drift-sdk-ios.git",
"tag": "0.0.1",
"submodules": true
},
"source_files": "Drift/**/*.{h,swift}",
"resources": [
"Drift/**/*.xib",
"Drift/**/*.xcassets"
],
"dependencies": {
"LayerKit": [
"~> 0.17"
],
"Gloss": [
"~> 0.7"
]
}
}