[Add] PolarBleSdk 5.13.0
[CocoaPods.git] / Specs / 9 / a / b / CBHEncodingKit / 1.0 / CBHEncodingKit.podspec.json
blobf88df0e85337404e2adfc29d91d4a7b575e38c06
2   "name": "CBHEncodingKit",
3   "version": "1.0",
4   "module_name": "CBHEncodingKit",
5   "summary": "CBHEncodingKit extends `NSData` and `NSString` with a category; adding methods for several encoding types.",
6   "homepage": "https://github.com/chris-huxtable/CBHEncodingKit",
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.8"
17   },
18   "source": {
19     "git": "https://github.com/chris-huxtable/CBHEncodingKit.git",
20     "tag": "v1.0"
21   },
22   "requires_arc": false,
23   "public_header_files": "CBHEncodingKit/*.h",
24   "source_files": "CBHEncodingKit/*.{h,m}"