[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / f / 5 / 4 / FMTipsWatchDog / 0.0.1 / FMTipsWatchDog.podspec.json
blob215d44eeb15f9f66b7fcb07eef1ca968b708e69d
2   "name": "FMTipsWatchDog",
3   "version": "0.0.1",
4   "summary": "FMTipsWatchDog that is an framework be used manage popover tips when the page is very complex.",
5   "description": "in a page is very complex, we maybe need add some tips and manage it sequence, but they maybe be difine in difference of view. And then, that is very complex things, this framework is useful when we do that.",
6   "homepage": "https://github.com/acekiller/FMTipsWatchDog",
7   "license": "MIT",
8   "authors": {
9     "acekiller": "fengxijun51020@hotmail.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/acekiller/FMTipsWatchDog.git",
16     "tag": "0.0.1"
17   },
18   "source_files": [
19     "Classes",
20     "FMTipsWatchDog/Classes/**/*.{h,m}"
21   ],
22   "exclude_files": "Classes/Exclude",
23   "requires_arc": true,
24   "dependencies": {
25     "ReactiveCocoa": [
26       "~> 2.5"
27     ]
28   }