[Add] MentaVlionAdapter 6.00.22
[CocoaPods.git] / Specs / 6 / e / 0 / HSTestingBackchannel / 1.0.0 / HSTestingBackchannel.podspec.json
blob6e08ecd1ca26dfb32f0216b0f754f2cade7a8add
2   "name": "HSTestingBackchannel",
3   "version": "1.0.0",
4   "summary": "Send notifications directly from your UITesting classes to your running app.",
5   "description": "Sometimes you want to cheat in your UITesting. \n\nHSTestingBackchannel provides an easy way for you to send notifications to your running app. You can use these to set things up for tests, screenshots, etc",
6   "homepage": "https://github.com/ConfusedVorlon/HSTestingBackchannel",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Rob": "Rob@HobbyistSoftware.com"
13   },
14   "platforms": {
15     "ios": "6.0"
16   },
17   "source": {
18     "git": "https://github.com/ConfusedVorlon/HSTestingBackchannel.git",
19     "tag": "1.0.0"
20   },
21   "source_files": [
22     "Classes",
23     "Classes/**/*.{h,m}"
24   ],
25   "exclude_files": "Classes/Exclude",
26   "dependencies": {
27     "GCDWebServer": [
29     ]
30   }