[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 7 / 0 / 6 / SwiftBytes / 0.1.0 / SwiftBytes.podspec.json
blob586214c915c29a58dfb5ea1d1b7c9d5fe03ec6b2
2   "name": "SwiftBytes",
3   "version": "0.1.0",
4   "summary": "Collection of helper methods for byte manipulation in Swift",
5   "description": "                   This library contains a collection of helper methods for\n                   byte manipulation in Swift.\n\n                   If you're like me, and can never remember whether you should\n                   double right-shift or tripple left-shift to get to the\n                   bits you want, then this library might be of some use to\n                   you.\n",
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.1.0"
14   },
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.9"
18   },
19   "source_files": "Bytes/Bytes/**/*.swift",
20   "requires_arc": true