blob: c29c7557858740fd69b3e03b42ccb879218b01e9 [file] [log] [blame]
{
"name": "CafeCommunitySDK",
"version": "0.1.1",
"summary": "韩国咖啡社区SDK封装,支持Swift.",
"description": "韩国咖啡社区SDK封装,支持Swift",
"homepage": "https://github.com/xhp281/CafeCommunitySDK",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"xhp281": "xhp281@gmail.com"
},
"source": {
"git": "https://github.com/xhp281/CafeCommunitySDK.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "11.0"
},
"public_header_files": "CafeCommunitySDK/Classes/CafeManager.h",
"source_files": "CafeCommunitySDK/Classes/**/*",
"resources": "CafeCommunitySDK/Assets/*.bundle",
"static_framework": true,
"vendored_frameworks": [
"CafeCommunitySDK/Classes/Vendor/NaverCafeSDK.framework"
],
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
},
"frameworks": [
"AVKit",
"AVFoundation",
"MobileCoreServices",
"SystemConfiguration",
"MediaPlayer",
"CoreMedia",
"AssetsLibrary",
"Security",
"ImageIO",
"QuartzCore",
"WebKit",
"SafariServices",
"ReplayKit"
],
"dependencies": {
"naveridlogin-sdk-ios": [
"~> 4.1.3"
]
}
}