blob: f3e22d40582985addd721def5a2031b09b6efd0e [file] [log] [blame]
{
"name": "EYShareTools",
"version": "0.0.2",
"summary": "(微信/QQ/微博)分享集合",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/EasonYin/EYShareTools",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"huadong2593@163.com": "EasonYin"
},
"source": {
"git": "https://github.com/EasonYin/EYShareTools.git",
"tag": "0.0.2"
},
"platforms": {
"ios": "6.0"
},
"pod_target_xcconfig": {
"CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
},
"requires_arc": true,
"source_files": [
"EYShareTools/EYShareToolsConfigure.h",
"EYShareTools/Classes/**/*.{h,m}"
],
"resources": "EYShareTools/Assets/*.xcassets",
"frameworks": [
"UIKit",
"Foundation",
"Security",
"CoreGraphics",
"ImageIO",
"SystemConfiguration",
"CoreTelephony",
"QuartzCore",
"CoreText",
"Photos"
],
"libraries": [
"z",
"sqlite3",
"c++",
"stdc++"
],
"dependencies": {
"Masonry": [
]
},
"subspecs": [
{
"name": "EY_vendored_libs",
"subspecs": [
{
"name": "libWeiboSDK_3.2.3",
"source_files": "EY_vendored_libs/libWeiboSDK_3.2.3/*.h",
"vendored_libraries": "EY_vendored_libs/libWeiboSDK_3.2.3/*.a",
"resources": "EY_vendored_libs/libWeiboSDK_3.2.3/*.bundle"
},
{
"name": "WechatSDK_1.8.2",
"vendored_libraries": "EY_vendored_libs/WechatSDK_1.8.2/*.a",
"source_files": "EY_vendored_libs/WechatSDK_1.8.2/*.{h,txt}"
},
{
"name": "TencentOpenAPI_3.3.3",
"vendored_frameworks": "EY_vendored_libs/TencentOpenAPI_3.3.3/*.framework"
}
]
}
]
}