blob: 2650d38b06c6a8b6f3a09c6d26e08171094cb12b [file] [log] [blame]
{
"name": "FSSDKSocialCore",
"version": "1.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": "1.0"
},
"source_files": "Social/Source/*.{swift}",
"weak_frameworks": [
"QuartzCore",
"CoreGraphics",
"UIKit",
"Foundation"
],
"requires_arc": true
}