[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 7 / c / f / CMRefresh / 0.0.12 / CMRefresh.podspec.json
blob731a6b78daa24640c931c952497cff5ee923334a
2   "name": "CMRefresh",
3   "version": "0.0.12",
4   "summary": "Some util refresh categories for UIScrollView and it's subclasses.",
5   "description": "Some util refresh categories for UIScrollView and it's subclasses, which write in Objective-C, wish you love it, enjoy the code:D",
6   "homepage": "https://github.com/chucklab/CMRefresh",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Chuck MA": "chuck@chucklab.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/chucklab/CMRefresh.git",
19     "tag": "0.0.12"
20   },
21   "source_files": "Classes/**/*.{h,m}",
22   "exclude_files": "Classes/Exclude",
23   "public_header_files": "Classes/**/*.h",
24   "frameworks": [
25     "Foundation",
26     "UIKit"
27   ],
28   "requires_arc": true,
29   "dependencies": {
30     "AHEasing": [
31       "~> 1.2"
32     ]
33   }