[Add] MDMCore 3.9.15
[CocoaPods.git] / Specs / 0 / b / 2 / SwiftBitmask / 0.2.0 / SwiftBitmask.podspec.json
blob4dfedba605ada0a51b8da0a02446055b535b3649
2   "name": "SwiftBitmask",
3   "version": "0.2.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": "MIT",
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": "Source/*.swift",
18   "requires_arc": true,
19   "dependencies": {
20     "Funky": [
21       "0.3.0"
22     ]
23   },
24   "source": {
25     "git": "https://github.com/brynbellomy/SwiftBitmask.git",
26     "tag": "0.2.0"
27   }