[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / b / 0 / 7 / BitFiddle / 0.2.0 / BitFiddle.podspec.json
blob0049d4b14ef2bc7db5f22b35076d79c0e2dc907d
2   "name": "BitFiddle",
3   "version": "0.2.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.2.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"