[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / f / 1 / 0 / Bits / 1.0.0 / Bits.podspec.json
blobdabe0596fd0532982a334d34798d848edb557e7c
2   "name": "Bits",
3   "version": "1.0.0",
4   "license": "MIT",
5   "homepage": "https://github.com/vapor/bits",
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/bits.git",
12     "tag": "1.0.0"
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   ]