[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 2 / d / 9 / Inquiline / 0.3.2 / Inquiline.podspec.json
blobd6689c584077e48834ce8e856b54ac541f578940
2   "name": "Inquiline",
3   "version": "0.3.2",
4   "summary": "Implementation of RequestType and ResponseType for Nest Web Server Gateway Interface.",
5   "homepage": "https://github.com/nestproject/",
6   "license": {
7     "type": "BSD",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Kyle Fuller": "kyle@fuller.li"
12   },
13   "social_media_url": "http://twitter.com/kylefuller",
14   "source": {
15     "git": "https://github.com/nestproject/Inquiline.git",
16     "tag": "0.3.2"
17   },
18   "source_files": "Sources/*.swift",
19   "platforms": {
20     "ios": "8.0",
21     "osx": "10.9"
22   },
23   "dependencies": {
24     "Nest": [
25       "~> 0.3.0"
26     ]
27   },
28   "test_specification": {
29     "source_files": "Specs/*.swift",
30     "dependencies": {
31       "Spectre": [
32         "~> 0.3.0"
33       ]
34     }
35   }