blob: 0071804d4d3c24b8d2c3475556cf47fd80bf2963 [file] [log] [blame]
{
"name": "FSSDKSocialCore",
"version": "2.0",
"summary": "Official Social SDK for iOS from Flatstack",
"description": "The library provides the management of social networks as one. \nAll social networks implement common protocols that helps to quickly add or remove new.",
"homepage": "http://www.flatstack.com",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"VladimirGoncharov": "vladimir1631@yandex.ru"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/fs/Social-iOS.git",
"tag": "2.0"
},
"source_files": "SocialNetworks/Source/**.{swift}",
"weak_frameworks": [
"QuartzCore",
"CoreGraphics",
"UIKit",
"Foundation"
],
"requires_arc": true
}