blob: ce738b35f1437a92313f9ec5904018c04ee70a27 [file] [log] [blame]
{
"name": "SocailShare",
"version": "0.0.1",
"summary": "socail share",
"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.1"
},
"social_media_url": "https://twitter.com/ablettchen",
"platforms": {
"ios": "9.0"
},
"source_files": "SocailShare/Classes/**/*.{h,m,swift}",
"requires_arc": true,
"swift_versions": "5.1",
"vendored_libraries": "SocailShare/Classes/**/*.{a}",
"frameworks": "WebKit",
"static_framework": true,
"user_target_xcconfig": {
"OTHER_LDFLAGS": "-lstdc++ -ObjC"
},
"dependencies": {
"SnapKit": [
],
"ATCategories": [
]
},
"swift_version": "5.1"
}