[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 4 / 2 / d / croaring / 1.0.3 / croaring.podspec.json
blob937cbe03c7ff2b80965481922a1c5aca6dbb5187
2   "name": "croaring",
3   "version": "1.0.3",
4   "summary": "A better compressed bitset in Swift.",
5   "description": "A better compressed bitset in Swift.",
6   "homepage": "https://github.com/piotte13/SwiftRoaring",
7   "license": "BSD",
8   "authors": {
9     "solos": "lxl1217@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/piotte13/SwiftRoaring.git",
13     "branch": "master"
14   },
15   "source_files": [
16     "Sources/CRoaring/*.c",
17     "Sources/CRoaring/include/*.h"
18   ],
19   "exclude_files": "Classes/Exclude",
20   "platforms": {
21     "osx": null,
22     "ios": null,
23     "tvos": null,
24     "watchos": null
25   }