[Add] TMNavigation 0.0.947
[CocoaPods.git] / Specs / f / 4 / c / NYHEmptyData / 0.0.3 / NYHEmptyData.podspec.json
blobabf1e47831ed4e57015ebc6ab916071683569472
2   "name": "NYHEmptyData",
3   "version": "0.0.3",
4   "summary": "UIScrollView 容错的占位视图",
5   "description": "UIScrollView 容错的占位视图 (没有数据,无网络,请求错误)",
6   "homepage": "https://github.com/nyh1006/NYHEmptyData",
7   "license": "MIT",
8   "authors": {
9     "NYH": "nyh1006@163.com"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/nyh1006/NYHEmptyData.git",
16     "tag": "0.0.3"
17   },
18   "source_files": "NYHEmptyData/EmptyDataView/*.{h,m}",
19   "resources": "NYHEmptyData/EmptyDataView/NYHResource.bundle",
20   "frameworks": "UIKit",
21   "dependencies": {
22     "Masonry": [
23       "~> 1.1.0"
24     ]
25   }