[Add] RnpKit 1.2.5
[CocoaPods.git] / Specs / 4 / 8 / c / CafeCommunitySDK / 0.1.0 / CafeCommunitySDK.podspec.json
blobc688a0cd8a8767e3940b7af6a6bc6c8844a862c5
2   "name": "CafeCommunitySDK",
3   "version": "0.1.0",
4   "summary": "韩国咖啡社区SDK封装,支持Swift.",
5   "description": "韩国咖啡社区SDK封装,支持Swift",
6   "homepage": "https://github.com/xhp281/CafeCommunitySDK",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "xhp281": "xhp281@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/xhp281/CafeCommunitySDK.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "source_files": "CafeCommunitySDK/Classes/**/*",
22   "public_header_files": "CafeCommunitySDK/Classes/CafeManager.h",
23   "static_framework": true,
24   "vendored_frameworks": [
25     "CafeCommunitySDK/Classes/Vendor/NaverCafeSDK.framework"
26   ],
27   "xcconfig": {
28     "OTHER_LDFLAGS": "-ObjC"
29   },
30   "pod_target_xcconfig": {
31     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
32   },
33   "user_target_xcconfig": {
34     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
35   },
36   "frameworks": [
37     "AVKit",
38     "AVFoundation",
39     "MobileCoreServices",
40     "SystemConfiguration",
41     "MediaPlayer",
42     "CoreMedia",
43     "AssetsLibrary",
44     "Security",
45     "ImageIO",
46     "QuartzCore",
47     "WebKit",
48     "SafariServices",
49     "ReplayKit"
50   ],
51   "dependencies": {
52     "naveridlogin-sdk-ios": [
53       "~> 4.1.3"
54     ]
55   }