[Add] PrimerSDK 2.33.1
[CocoaPods.git] / Specs / 0 / 4 / b / PathIndexable / 2.0.0-alpha.1 / PathIndexable.podspec.json
blob55ee2590cc2126a9f5657cca3392ed33e45c1586
2   "name": "PathIndexable",
3   "version": "2.0.0-alpha.1",
4   "license": "MIT",
5   "homepage": "https://github.com/vapor/path-indexable",
6   "authors": {
7     "Vapor": "contact@vapor.codes"
8   },
9   "summary": "A bite sized library for dealing with bytes.",
10   "source": {
11     "git": "https://github.com/vapor/path-indexable.git",
12     "tag": "2.0.0-alpha.1"
13   },
14   "platforms": {
15     "ios": "8.0",
16     "osx": "10.9",
17     "watchos": "2.0",
18     "tvos": "9.0"
19   },
20   "requires_arc": true,
21   "social_media_url": "https://twitter.com/codevapor",
22   "default_subspecs": "Default",
23   "pushed_with_swift_version": "3.0",
24   "subspecs": [
25     {
26       "name": "Default",
27       "source_files": "Sources/**/*.{swift}"
28     }
29   ]