[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 7 / 0 / 6 / SwiftBytes / 0.5.0 / SwiftBytes.podspec.json
blob0d242c1eebf38624cf90a5ade5f0ef32bd957e8f
2   "name": "SwiftBytes",
3   "version": "0.5.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.5.0"
14   },
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.9"
18   },
19   "source_files": "Bytes/Bytes/**/*.swift",
20   "requires_arc": true,
21   "pushed_with_swift_version": "3.0"