[Add] FronteggSwift 1.2.29
[CocoaPods.git] / Specs / 9 / 2 / d / Base32 / 1.1.2 / Base32.podspec.json
blobd7ad6a8fccd16e71ec4a3b2f8cbb35f51fbca21b
2   "name": "Base32",
3   "version": "1.1.2",
4   "license": "Public Domain",
5   "summary": "RFC 4648 Base32 implementation in Objective-C ARC.",
6   "homepage": "https://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.1.2"
13   },
14   "source_files": [
15     "Classes",
16     "Base32/MF_Base32Additions.{h,m}"
17   ],
18   "requires_arc": true,
19   "platforms": {
20     "osx": null,
21     "ios": null,
22     "tvos": null,
23     "watchos": null
24   }