blob: 96ed7b01d8b545bca3b479c4d547726646983493 [file] [log] [blame]
{
"name": "SocailShare",
"version": "0.0.5",
"summary": "社会化分享",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/ablettchen/SocailShare",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ablett": "ablettchen@gmail.com"
},
"source": {
"git": "https://github.com/ablettchen/SocailShare.git",
"tag": "0.0.5"
},
"social_media_url": "https://twitter.com/ablettchen",
"platforms": {
"ios": "9.0"
},
"source_files": "SocailShare/Classes/**/*.{h,swift}",
"requires_arc": true,
"swift_versions": "5.1",
"vendored_libraries": "SocailShare/Classes/**/*.{a}",
"vendored_frameworks": "SocailShare/Classes/**/*.framework",
"frameworks": [
"WebKit",
"Security",
"SystemConfiguration",
"CoreTelephony"
],
"static_framework": true,
"user_target_xcconfig": {
"OTHER_LDFLAGS": "-lstdc++ -ObjC"
},
"libraries": [
"z",
"sqlite3",
"stdc++"
],
"dependencies": {
"SnapKit": [
],
"ATCategories": [
]
},
"swift_version": "5.1"
}