[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / a / c / 0 / Turnstone / 0.2.0 / Turnstone.podspec.json
blob2df4c59b64c65a644a070f7129a445201c08d363
2   "name": "Turnstone",
3   "version": "0.2.0",
4   "summary": "Lightweight request routing for Nest using URI Template.",
5   "homepage": "https://github.com/kylef/Turnstone",
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/kylef/Turnstone.git",
16     "tag": "0.2.0"
17   },
18   "source_files": "Turnstone/*.swift",
19   "requires_arc": true,
20   "platforms": {
21     "ios": "8.0",
22     "osx": "10.9"
23   },
24   "dependencies": {
25     "Nest": [
26       "~> 0.2.0"
27     ],
28     "Inquiline": [
29       "~> 0.2.0"
30     ],
31     "URITemplate": [
32       "~> 1.3"
33     ]
34   }