[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / b / 8 / a / VaporBits / 1.0.1 / VaporBits.podspec.json
blobe5f08c71df893540ed9a7089776c8b88aca6aa1e
2   "name": "VaporBits",
3   "version": "1.0.1",
4   "summary": "A bite sized library for dealing with bytes.",
5   "description": "A bite sized library for dealing with bytes. mirror from vapor/bits for CocoaPods",
6   "homepage": "https://github.com/vapor/bits",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "vapor": "vapor@gmai.com"
13   },
14   "platforms": {
15     "ios": "8.0",
16     "tvos": "9.0",
17     "osx": "10.10",
18     "watchos": "2.0"
19   },
20   "source": {
21     "git": "https://github.com/vapor/bits.git",
22     "tag": "1.0.0-beta.4"
23   },
24   "source_files": [
25     "Sources/**/*.swift"
26   ],
27   "requires_arc": true,
28   "module_name": "Bits",
29   "pod_target_xcconfig": {
30     "SWIFT_VERSION": "3.1"
31   },
32   "pushed_with_swift_version": "3.0"