[Add] jooohhn-Amplitude 9.3.3
[CocoaPods.git] / Specs / 0 / b / 2 / SwiftBitmask / 0.1.0 / SwiftBitmask.podspec.json
blobd216c4233e43ad10eda7015b2c9d9eaf9da4f4be
2   "name": "SwiftBitmask",
3   "version": "0.1.0",
4   "summary": "NS_OPTIONS for Swift (type-checked bitmask container).  Basically an easier-to-implement RawOptionSet.",
5   "authors": {
6     "bryn austin bellomy": "bryn.bellomy@gmail.com"
7   },
8   "license": {
9     "type": "WTFPL",
10     "file": "LICENSE.md"
11   },
12   "homepage": "https://github.com/brynbellomy/SwiftBitmask",
13   "platforms": {
14     "ios": "8.0",
15     "osx": "10.10"
16   },
17   "source_files": "Classes/*.swift",
18   "requires_arc": true,
19   "dependencies": {
20     "Funky": [
21       "0.2.2"
22     ]
23   },
24   "source": {
25     "git": "https://github.com/brynbellomy/SwiftBitmask.git",
26     "tag": "0.1.0"
27   }