[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / b / 0 / 7 / BitFiddle / 0.1.0 / BitFiddle.podspec.json
blob2d8efbda227465321302505ea707619b0d0acb06
2   "name": "BitFiddle",
3   "version": "0.1.0",
4   "summary": "A tiny library for reading and interpreting raw data.",
5   "description": "BitFiddle is a library for reading and interpreting raw data. It makes use of the type system to create safe interfaces for converting to and from various types. The goal of BitFiddle is to ensure that clients can focus on using data instead of asserting preconditions.",
6   "license": "MIT",
7   "authors": "Ryan Wachowski",
8   "source": {
9     "git": "https://github.com/rpwachowski/BitFiddle.git",
10     "tag": "0.1.0"
11   },
12   "homepage": "https://github.com/rpwachowski/BitFiddle.git",
13   "source_files": "BitFiddle/**/*.{h,m,swift}",
14   "platforms": {
15     "ios": "8.0",
16     "watchos": "2.0",
17     "tvos": "9.0"
18   },
19   "requires_arc": true,
20   "swift_version": "4.0"