[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 3 / 4 / a / MUKPullToRevealControl / 1.2.0 / MUKPullToRevealControl.podspec.json
blob1d5afd7c13082c22b15429bd4c07e8e487243cb2
2   "name": "MUKPullToRevealControl",
3   "version": "1.2.0",
4   "summary": "Pull to reveal and pull to refresh for every UIScrollView.",
5   "description": "MUKPullToRevealControl, when added to a UIScrollView instance, places itself at top\nand can be pulled to be revealed.\nIt could be subclassed to achieve pull to refresh controls. MUKCirclePullToRefreshControl\nis an example.",
6   "homepage": "https://github.com/muccy/MUKPullToRevealControl",
7   "license": "MIT",
8   "authors": {
9     "Marco Muccinelli": "muccymac@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/muccy/MUKPullToRevealControl.git",
13     "tag": "1.2.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Classes/*.{h,m}",
20   "compiler_flags": "-Wdocumentation",
21   "dependencies": {
22     "MUKSignal": [
23       "~> 1.0.5"
24     ]
25   }