[Add] ikame_ios_sdk 1.0.425
[CocoaPods.git] / Specs / 7 / f / 6 / SharedBase64 / 1.0.2 / SharedBase64.podspec.json
blobc1cc0d5fbe1143ab906fb594c7d49421471c5466
2   "name": "SharedBase64",
3   "version": "1.0.2",
4   "license": {
5     "type": "Public Domain"
6   },
7   "homepage": "https://github.com/mukarev/SharedBase64",
8   "authors": {
9     "Markus Kosmal": "code@m-ko-x.de"
10   },
11   "summary": "Base64 implementation in C for cross-platform usage",
12   "description": "    Optimized for fast string encoded binary cross-platform communication. Offers base64 encoding based on C code with several wrappers. Base 64 encoded strings will have no wrapping, no padding and are url safe. Only dependency is to <stdlib.h> to acces memory, so usable on many platforms. There is already an objective-c wrapper to use with OSX/iOS.\n",
13   "source": {
14     "git": "https://github.com/mko-x/SharedBase64.git",
15     "tag": "1.0.2"
16   },
17   "source_files": [
18     "Sources/*.{h,c}",
19     "Classes/*.{h,m}"
20   ],
21   "public_header_files": "Classes/*.h",
22   "requires_arc": true