[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 6 / e / 0 / HSTestingBackchannel / 1.1.2 / HSTestingBackchannel.podspec.json
blobbf2ad3817895a423406211d33b9137d168a7920f
2   "name": "HSTestingBackchannel",
3   "version": "1.1.2",
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.1.2"
20   },
21   "source_files": [
22     "Classes",
23     "Classes/**/*.{h,m}"
24   ],
25   "exclude_files": "Classes/Exclude",
26   "dependencies": {
27     "GCDWebServer": [
29     ]
30   }