[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 1 / e / b / Base64 / 1.1.1 / Base64.podspec.json
blob5cede5f05236586835c1abfffb4ee2b4ba2ce871
2   "name": "Base64",
3   "version": "1.1.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.1.1"
13   },
14   "source_files": [
15     "Classes",
16     "Base64/MF_Base64Additions.{h,m}"
17   ],
18   "requires_arc": true,
19   "platforms": {
20     "osx": null,
21     "ios": null,
22     "tvos": null,
23     "watchos": null
24   }