[Add] kit_extension 0.4.3
[CocoaPods.git] / Specs / 2 / 7 / d / ZZRefresh / 0.1.0 / ZZRefresh.podspec.json
blob2ec182ed26edd143b13f2b8c070c4fc6f78f2613
2   "name": "ZZRefresh",
3   "version": "0.1.0",
4   "summary": "A simple project to support pull refresh and automaticly load more when swipe to bottom of tableView.",
5   "description": "A simple project to support pull refresh and automaticly load more when swipe to bottom of tableView \n                   you can use it like example",
6   "homepage": "https://github.com/forwardToday/ZZRefresh",
7   "license": "MIT",
8   "authors": {
9     "zz": "forwardtoday@aliyun.com"
10   },
11   "source": {
12     "git": "https://github.com/forwardToday/ZZRefresh.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "ZZRefresh": [
22       "Pod/Assets/*.png"
23     ]
24   }