[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 5 / 1 / a / KAAuthenticationManager / 0.1.1 / KAAuthenticationManager.podspec.json
blob7b9b948e5203b7b208f58e21533b4bfd5de808f4
2   "name": "KAAuthenticationManager",
3   "version": "0.1.1",
4   "summary": "Email & Password authentication manager.",
5   "description": "Checks format requirements for email / password and manages login credential messages.",
6   "homepage": "https://github.com/kadarandras/KAAuthenticationManager",
7   "license": "MIT",
8   "authors": {
9     "András Kádár": "kadarandrass@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/kadarandras/KAAuthenticationManager.git",
13     "tag": "0.1.1"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": [
20     "*.swift",
21     "Localization/*"
22   ],
23   "resource_bundles": {
24     "KAAuthenticationManager": [
25       "Localization/*.lproj"
26     ]
27   },
28   "frameworks": "UIKit"