blob: c012d59be3d1a03804aeaceae31e71d0c557ad05 [file] [log] [blame]
{
"name": "CafeCommunitySDK",
"version": "1.0.0",
"summary": "韩国咖啡社区SDK封装,支持Swift.",
"description": "韩国咖啡社区SDK封装,支持Swift",
"homepage": "https://github.com/qihoogcsdk/CafeCommunitySDK",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"xuhaipeng": "xuhaipeng@360.cn"
},
"source": {
"git": "https://github.com/qihoogcsdk/CafeCommunitySDK.git",
"tag": "1.0.0"
},
"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"
]
}
}