[Add] RegulaCommonNightly 7.5.947
[CocoaPods.git] / Specs / 9 / c / 1 / WWViewScrollObserve / 0.0.1 / WWViewScrollObserve.podspec.json
blob5fa2720746ff331aa840467925dce6f9e241dfc5
2   "name": "WWViewScrollObserve",
3   "summary": "You can get view's visible rect and observe whether it is displaying on the screen when the scroll view stops scrolling.",
4   "version": "0.0.1",
5   "license": {
6     "type": "MIT",
7     "file": "LICENSE"
8   },
9   "authors": {
10     "Wayne2Wen": "wayne2wen@gmail.com"
11   },
12   "homepage": "https://github.com/Wayne2Wen/WWViewScrollObserve",
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source": {
17     "git": "https://github.com/Wayne2Wen/WWViewScrollObserve.git",
18     "tag": "0.0.1"
19   },
20   "requires_arc": true,
21   "source_files": "Srcs/**/*{h,m}",
22   "public_header_files": "Srcs/Public/*.{h}",
23   "frameworks": "UIKit",
24   "dependencies": {
25     "ReactiveObjC": [
26       "~> 3.1.0"
27     ]
28   }