[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / e / d / 3 / BitByteData / 1.0.1 / BitByteData.podspec.json
blobb082a39b1f026573cddf3c218b15d524560aa4e6
2   "name": "BitByteData",
3   "version": "1.0.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.0.1"
18   },
19   "platforms": {
20     "ios": "8.0",
21     "osx": "10.10",
22     "tvos": "9.0",
23     "watchos": "2.0"
24   },
25   "source_files": "Sources/*.swift",
26   "testspecs": [
27     {
28       "name": "Tests",
29       "test_type": "unit",
30       "source_files": "Tests/BitByteDataTests/*.swift"
31     }
32   ]