[Add] TMFind 0.0.86
[CocoaPods.git] / Specs / 7 / 0 / 6 / SwiftBytes / 0.8.0 / SwiftBytes.podspec.json
blobc001980bdb11f1cd8d60592fce57fa2cb3dd1ab8
2   "name": "SwiftBytes",
3   "version": "0.8.0",
4   "summary": "Collection of helper methods for byte manipulation in Swift",
5   "description": "This library contains a collection of helper methods for\nbyte manipulation in Swift.\n\nIf you're like me, and can never remember whether you should\ndouble right-shift or tripple left-shift to get to the\nbits you want, then this library might be of some use to\nyou.",
6   "homepage": "https://github.com/dapperstout/swift-bytes",
7   "license": {
8     "type": "MIT"
9   },
10   "authors": "Dapperstout",
11   "source": {
12     "git": "https://github.com/dapperstout/swift-bytes.git",
13     "tag": "0.8.0"
14   },
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.9",
18     "tvos": "9.0"
19   },
20   "swift_versions": "5.0",
21   "source_files": "SwiftBytes/SwiftBytes/**/*.swift",
22   "requires_arc": true,
23   "swift_version": "5.0"