blob: 042e4cebd337af3c922707c8c19e0f31e9a39db0 [file] [log] [blame]
{
"name": "JNKSwiftLib",
"version": "0.0.19",
"summary": "Common JNKSwiftLib.",
"homepage": "https://github.com/JosephNK/JNKSwiftLib",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"JosephNK": "nkw68@naver.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/JosephNK/JNKSwiftLib.git",
"tag": "0.0.19"
},
"source_files": "JNKSwiftLib/**/*.{swift}",
"resources": "JNKSwiftLib/**/*.{png,jpeg,jpg,storyboard,xib}",
"frameworks": "UIKit",
"vendored_frameworks": [
"JNKSwiftLib/SDK/Bolts.framework",
"JNKSwiftLib/SDK/FBSDKCoreKit.framework",
"JNKSwiftLib/SDK/FBSDKLoginKit.framework",
"JNKSwiftLib/SDK/FBSDKShareKit.framework"
],
"dependencies": {
"SnapKit": [
"~> 3.0.2"
]
},
"requires_arc": true,
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "MyMy",
"source_files": "JNKSwiftLib/ObjC/**/*.{h,m}"
}
]
}