[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 7 / 8 / e / MACTableView / 1.0.0 / MACTableView.podspec.json
blobea822b57a29a8af74ad3db74d64f11c972ae6573
2   "name": "MACTableView",
3   "version": "1.0.0",
4   "summary": "The blank of UITableView supports empty text、empty picture、pull up & down events",
5   "homepage": "https://github.com/azheng51714/MACTableView",
6   "license": "MIT",
7   "authors": {
8     "MacKun": "414294494@qq.com"
9   },
10   "source": {
11     "git": "https://github.com/azheng51714/MACTableView.git",
12     "tag": "1.0.0"
13   },
14   "social_media_url": "https://twitter.com/MaximeEpain",
15   "platforms": {
16     "ios": "6.0"
17   },
18   "requires_arc": true,
19   "source_files": "MACTableView/*.{m,h}",
20   "public_header_files": [
21     "MACTableView/*.h"
22   ],
23   "dependencies": {
24     "MJRefresh": [
25       "~> 3.1.0"
26     ],
27     "DZNEmptyDataSet": [
28       "~> 1.7.2"
29     ]
30   }