[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 9 / 7 / f / MRMailSDK / 1.4.3 / MRMailSDK.podspec.json
blobdcbf6e1317b6a274b9d2925983695ce34cf30a63
2   "name": "MRMailSDK",
3   "version": "1.4.3",
4   "summary": "Library for Mail.Ru OAuth2 authorization",
5   "platforms": {
6     "ios": "9.0"
7   },
8   "source": {
9     "git": "https://github.com/mailru/mail-auth-sdk-ios.git",
10     "tag": "1.4.3"
11   },
12   "resource_bundles": {
13     "MRMailSDKUI": [
14       "mr-mail-sdk/sources/ui/MRMailSDKUI.xcassets",
15       "mr-mail-sdk/sources/ui/ru.lproj/*.strings",
16       "mr-mail-sdk/sources/ui/en.lproj/*.strings"
17     ]
18   },
19   "frameworks": [
20     "Foundation",
21     "UIKit",
22     "SafariServices",
23     "WebKit"
24   ],
25   "requires_arc": true,
26   "license": "None",
27   "homepage": "https://github.com/mailru/mail-auth-sdk-ios",
28   "authors": {
29     "Aleksandr Karimov": "a.karimov@corp.mail.ru"
30   },
31   "default_subspecs": "Core",
32   "subspecs": [
33     {
34       "name": "Core",
35       "source_files": [
36         "mr-mail-sdk/sources/*.{h,m}",
37         "mr-mail-sdk/sources/core/**/*.{h,m}",
38         "mr-mail-sdk/sources/ui/**/*.{h,m}",
39         "mr-mail-sdk/sources/utils/**/*.{h,m}"
40       ],
41       "public_header_files": "mr-mail-sdk/sources/*.h"
42     }
43   ]