[Add] SpikeSDK 4.0.11-beta.5
[CocoaPods.git] / Specs / 4 / 8 / c / CafeCommunitySDK / 0.2.0 / CafeCommunitySDK.podspec.json
blob69ee1630933b8485ba4c44a951e28dcec04d62fa
2   "name": "CafeCommunitySDK",
3   "version": "0.2.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     "xuhaipeng": "xuhaipeng@360.cn"
13   },
14   "source": {
15     "git": "https://github.com/qihoogcsdk/CafeCommunitySDK.git",
16     "tag": "0.2.0"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "public_header_files": "CafeCommunitySDK/Classes/CafeManager.h",
22   "source_files": "CafeCommunitySDK/Classes/**/*",
23   "resources": "CafeCommunitySDK/Assets/*.bundle",
24   "static_framework": true,
25   "vendored_frameworks": [
26     "CafeCommunitySDK/Classes/Vendor/NaverCafeSDK.framework"
27   ],
28   "xcconfig": {
29     "OTHER_LDFLAGS": "-ObjC"
30   },
31   "frameworks": [
32     "AVKit",
33     "AVFoundation",
34     "MobileCoreServices",
35     "SystemConfiguration",
36     "MediaPlayer",
37     "CoreMedia",
38     "AssetsLibrary",
39     "Security",
40     "ImageIO",
41     "QuartzCore",
42     "WebKit",
43     "SafariServices",
44     "ReplayKit"
45   ],
46   "dependencies": {
47     "naveridlogin-sdk-ios": [
48       "~> 4.1.3"
49     ]
50   }