[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / e / d / 9 / Bit / 1.0.1 / Bit.podspec.json
blob09f20e077570793c776a749bf656ccd819b3a6cb
2   "name": "Bit",
3   "version": "1.0.1",
4   "summary": "Bit operation library in Swift.",
5   "description": "A handy tool for anyone messing with bits and bytes.",
6   "homepage": "https://github.com/mlachmish/Bit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Matan Lachmish": "mlachmish@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/mlachmish/Bit.git",
16     "tag": "1.0.1"
17   },
18   "social_media_url": "https://twitter.com/mlachmish",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "Bit/**/*",
23   "requires_arc": true