[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / e / d / 3 / BitByteData / 1.4.1 / BitByteData.podspec.json
blobf83f24c30ff68a8d566d34b3828ef2b7a8b67d76
2   "name": "BitByteData",
3   "version": "1.4.1",
4   "summary": "Read and write bits and bytes in Swift.",
5   "description": "A Swift framework with classes for reading and writing bits and bytes.",
6   "homepage": "https://github.com/tsolomko/BitByteData",
7   "documentation_url": "http://tsolomko.github.io/BitByteData",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Timofey Solomko": "tsolomko@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/tsolomko/BitByteData.git",
17     "tag": "1.4.1"
18   },
19   "platforms": {
20     "ios": "8.0",
21     "osx": "10.10",
22     "tvos": "9.0",
23     "watchos": "2.0"
24   },
25   "swift_versions": "4.2",
26   "source_files": "Sources/*.swift",
27   "swift_version": "4.2",
28   "testspecs": [
29     {
30       "name": "Tests",
31       "test_type": "unit",
32       "source_files": "Tests/BitByteDataTests/*.swift"
33     }
34   ]