[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 2 / 8 / a / BitArray / 0.0.1 / BitArray.podspec.json
bloba61889c31fa5443b00d305869a3d74ad1d2cc446
2   "name": "BitArray",
3   "version": "0.0.1",
4   "license": {
5     "type": "MIT"
6   },
7   "homepage": "https://github.com/dduan/BitArray",
8   "authors": {
9     "Daniel Duan": "daniel@duan.ca"
10   },
11   "summary": "A space-efficient bit array with `RandomAccessCollection` conformance in Swift.",
12   "source": {
13     "git": "https://github.com/dduan/BitArray.git",
14     "tag": "0.0.1"
15   },
16   "source_files": "Sources/**/*.swift",
17   "platforms": {
18     "osx": "10.10"
19   },
20   "pushed_with_swift_version": "4.0"