[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 5 / f / 7 / SDKPractice / 0.1.3 / SDKPractice.podspec.json
blob89c2a01693540441cbd8c16eb3a973b3048dd8bb
2   "name": "SDKPractice",
3   "version": "0.1.3",
4   "summary": "Framework for SDK example project",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/miiiiiin/SDKPractice",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "miiiiiin": "min.songkyung@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/miiiiiin/SDKPractice.git",
16     "tag": "0.1.3"
17   },
18   "swift_versions": [
19     "4.2",
20     "5.0"
21   ],
22   "platforms": {
23     "ios": "9.0"
24   },
25   "frameworks": "UIKit",
26   "requires_arc": true,
27   "dependencies": {
28     "GoogleSignIn": [
30     ]
31   },
32   "static_framework": true,
33   "pod_target_xcconfig": {
34     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
35   },
36   "user_target_xcconfig": {
37     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
38   },
39   "vendored_frameworks": "Frameworks/SDKSample.framework",
40   "swift_version": "5.0"