[Add] Harbor 3.0.0
[CocoaPods.git] / Specs / 1 / e / b / Base64 / 1.0.1 / Base64.podspec.json
blob5ef53e8c96f93b5ff80e26b6c899412c4215411d
2   "name": "Base64",
3   "version": "1.0.1",
4   "license": "Public Domain",
5   "summary": "RFC 4648 Base64 implementation in Objective-C ARC.",
6   "homepage": "https://github.com/ekscrypto/Base64",
7   "authors": {
8     "Dave Poirier": "ekscrypto@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/ekscrypto/Base64.git",
12     "tag": "1.0.1"
13   },
14   "source_files": [
15     "Classes",
16     "Base64/MF_Base64Additions.{h,m}"
17   ],
18   "requires_arc": true