[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 8 / b / f / BLActionController / 0.2.0 / BLActionController.podspec.json
blobde74bce9076f91d0a391350ed1bcb43a6dc5e313
2   "name": "BLActionController",
3   "version": "0.2.0",
4   "summary": "BLActionController is an extension to BLListViewController to provide some actions using SwipeCellKit",
5   "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.",
6   "homepage": "https://github.com/batkov/BLActionController",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "batkov": "batkov@i.ua"
13   },
14   "source": {
15     "git": "https://github.com/batkov/BLActionController.git",
16     "tag": "0.2.0"
17   },
18   "social_media_url": "https://twitter.com/batkov111",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "frameworks": "MapKit",
23   "source_files": "BLActionController/Classes/**/*.{swift}",
24   "resources": [
25     "BLActionController/Classes/**/*.{storyboard,xib}"
26   ],
27   "dependencies": {
28     "BLListViewController": [
30     ],
31     "SwipeCellKit": [
33     ],
34     "FBAnnotationClustering": [
36     ]
37   }