[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 4 / 3 / b / EOSSDK / 1.3 / EOSSDK.podspec.json
blob26df00bc8faadcfc0b993074eb945a6b8606851d
2   "name": "EOSSDK",
3   "version": "1.3",
4   "summary": "EOSSDK 1.3 version",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://dev.epicgames.com/docs/services/zh-CN/index.html",
7   "license": "MIT",
8   "authors": {
9     "Epic": "https://dev.epicgames.com"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "pod_target_xcconfig": {
15     "DEFINES_MODULE": "YES",
16     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
17   },
18   "user_target_xcconfig": {
19     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
20   },
21   "source": {
22     "git": "https://github.com/stepanoval/EOSSDK.git",
23     "tag": "1.3"
24   },
25   "frameworks": "AuthenticationServices",
26   "requires_arc": true,
27   "ios": {
28     "vendored_frameworks": "EOSSDK.framework",
29     "frameworks": [
30       "UIKit",
31       "Foundation",
32       "WebKit"
33     ]
34   }