[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 7 / c / f / CMRefresh / 0.0.7 / CMRefresh.podspec.json
blobd7a4b2068131c3f93929446915d765879b42cc92
2   "name": "CMRefresh",
3   "version": "0.0.7",
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.7"
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