[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 9 / c / 3 / Vigilant / 1.0.0 / Vigilant.podspec.json
blob96c99dcb787e09ab356544b6f4b6149d11c1cf61
2   "name": "Vigilant",
3   "version": "1.0.0",
4   "summary": "Glues Quick & Nimble together. Makes sure you run an expectation on every test.",
5   "description": "Be Quick, be Nimble, be Vigilent. Vigilent keeps track of whether any test\nruns it's expectations. This makes it easier to notice when you have async code\nwhich \"passes\" because the expectations are not ran during the test.",
6   "platforms": {
7     "ios": "7.0",
8     "osx": "10.9",
9     "tvos": "9.0"
10   },
11   "homepage": "https://github.com/orta/vigilant",
12   "license": "MIT",
13   "authors": {
14     "Orta Therox": "orta.therox@gmail.com"
15   },
16   "source": {
17     "git": "https://github.com/orta/vigilant.git",
18     "tag": "1.0.0"
19   },
20   "social_media_url": "https://twitter.com/orta",
21   "source_files": "Vigilent/Classes/**/*",
22   "frameworks": [
23     "Foundation",
24     "XCTest"
25   ],
26   "dependencies": {
27     "Quick": [
29     ],
30     "Nimble": [
32     ]
33   }