[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 3 / 4 / a / MUKPullToRevealControl / 1.1.2 / MUKPullToRevealControl.podspec.json
blobf11a78ffaf1b4eb93d6c94217b71307677b162da
2   "name": "MUKPullToRevealControl",
3   "version": "1.1.2",
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.1.2"
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     "KVOController": [
23       "~> 1.0.3"
24     ]
25   }