blob: de74bce9076f91d0a391350ed1bcb43a6dc5e313 [file] [log] [blame]
{
"name": "BLActionController",
"version": "0.2.0",
"summary": "BLActionController is an extension to BLListViewController to provide some actions using SwipeCellKit",
"description": "BLActionController is an extension to BLListViewController to provide some actions using SwipeCellKit.\nDelete, Edit, View basic actions. Also pick from dataSource.\nBLMapListController will display items on map and on the list.",
"homepage": "https://github.com/batkov/BLActionController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"batkov": "batkov@i.ua"
},
"source": {
"git": "https://github.com/batkov/BLActionController.git",
"tag": "0.2.0"
},
"social_media_url": "https://twitter.com/batkov111",
"platforms": {
"ios": "9.0"
},
"frameworks": "MapKit",
"source_files": "BLActionController/Classes/**/*.{swift}",
"resources": [
"BLActionController/Classes/**/*.{storyboard,xib}"
],
"dependencies": {
"BLListViewController": [
],
"SwipeCellKit": [
],
"FBAnnotationClustering": [
]
}
}