[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 7 / c / f / CMRefresh / 0.0.4 / CMRefresh.podspec.json
blob8d117eafb37837b1129a16b475ad211a848c1cbb
2   "name": "CMRefresh",
3   "version": "0.0.4",
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.4"
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