[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / d / f / a / KYRefreshControl / 1.0.2 / KYRefreshControl.podspec.json
blob14ef6b883f58a30a4cab5cd6e4e4a84c84056f93
2   "name": "KYRefreshControl",
3   "version": "1.0.2",
4   "license": "MIT",
5   "summary": "A bare bone implementation of a pull to refresh for you to subclass.",
6   "homepage": "https://github.com/cheunghy/KYRefreshControl",
7   "authors": {
8     "Zhang Kai Yu": "yeannylam@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/cheunghy/KYRefreshControl.git",
12     "tag": "1.0.2",
13     "submodules": true
14   },
15   "requires_arc": true,
16   "platforms": {
17     "ios": "6.0"
18   },
19   "public_header_files": "Demo/KYRefreshControl/KYRefreshControl.h",
20   "source_files": "Demo/KYRefreshControl/KYRefreshControl.{h,m}"