[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 1 / 4 / 2 / CBHMapReduceKit / 1.0.0 / CBHMapReduceKit.podspec.json
blob25c9ab4b31d518f09898338955869cc5f3fce769
2   "name": "CBHMapReduceKit",
3   "version": "1.0.0",
4   "module_name": "CBHMapReduceKit",
5   "summary": "Adds map, filter, and reduce methods to common collection types.",
6   "homepage": "https://github.com/chris-huxtable/CBHMapReduceKit",
7   "license": {
8     "type": "ISC",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Chris Huxtable": "chris@huxtable.ca"
13   },
14   "social_media_url": "https://twitter.com/@Chris_Huxtable",
15   "platforms": {
16     "osx": "10.11"
17   },
18   "source": {
19     "git": "https://github.com/chris-huxtable/CBHMapReduceKit.git",
20     "tag": "v1.0.0"
21   },
22   "requires_arc": true,
23   "public_header_files": "CBHMapReduceKit/*.h",
24   "source_files": "CBHMapReduceKit/*.{h,m}"