blob: 0f73e769af32d53d369c64e3954e9645783beb35 [file] [log] [blame]
{
"name": "StanwoodSocial",
"version": "1.0.0",
"summary": "Wrapper for social media SDKs",
"description": "'Wrapper for social media sdk'",
"homepage": "https://github.com/stanwood/StanwoodSocial",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Tal Zion": "talezion@gmail.com"
},
"source": {
"git": "https://github.com/stanwood/StanwoodSocial.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "9.3"
},
"requires_arc": true,
"source_files": "STWSocialKit/Classes/**/*",
"resource_bundles": {
},
"frameworks": "Social",
"dependencies": {
"OAuthSwift": [
"~> 1.1.2"
],
"Locksmith": [
"~> 4.0.0"
],
"ObjectMapper": [
"~> 2.2.1"
],
"FBSDKCoreKit": [
"~> 4.17.0"
],
"FBSDKShareKit": [
"~> 4.17.0"
],
"FBSDKLoginKit": [
"~> 4.17.0"
]
}
}