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