[Add] SindarinSwiftSDK 1.0.0
[CocoaPods.git] / Specs / c / b / 5 / WWObserve / 0.0.1 / WWObserve.podspec.json
blob73714649b27f36e8d1a7295fc86c77c247ac0065
2   "name": "WWObserve",
3   "summary": "Observe whether the subviews are displayed 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/WWObserve",
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source": {
17     "git": "https://github.com/Wayne2Wen/WWObserve.git",
18     "tag": "0.0.1"
19   },
20   "requires_arc": true,
21   "source_files": "WWObserve/**/*{h,m}",
22   "public_header_files": "WWObserve/Public/*.{h}",
23   "frameworks": "UIKit",
24   "dependencies": {
25     "ReactiveObjC": [
26       "~> 3.1.0"
27     ]
28   }