[Add] Nami 3.1.27
[CocoaPods.git] / Specs / 9 / b / 5 / EmptyDataKit / 0.1.2 / EmptyDataKit.podspec.json
blob7cd1e2f6ad5ef8f2582eda2b180e25663c530b58
2   "name": "EmptyDataKit",
3   "version": "0.1.2",
4   "summary": "A simple and light framework helps you to add a friendly placeholder view when your UITableView or UICollectionView is empty with data",
5   "description": "A simple and light framework helps you to add a friendly placeholder view when your UITableView or UICollectionView is empty with data. And EmptyDataKit is also very simple to use, you can only give the widget a property, and it will work.",
6   "homepage": "https://github.com/CepheusSun/EmptyDataKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "CepheusSun": "cd_sunyang@163.com"
13   },
14   "source": {
15     "git": "https://github.com/CepheusSun/EmptyDataKit.git",
16     "tag": "0.1.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "EmptyDataKit/Classes/*",
22   "dependencies": {
23     "BlocksKit": [
25     ]
26   }