blob: f8675191d38db965532351e99d9aed17e5218bb0 [file] [log] [blame]
{
"name": "SocialAccountKit",
"version": "0.8.1",
"summary": "Accounts.framework/Social.framework boilerplate toolkit.",
"homepage": "https://github.com/youknowone/SocialAccountKit",
"license": "2-clause BSD",
"authors": {
"Jeong YunWon": "jeong@youknowone.org"
},
"source": {
"git": "https://github.com/youknowone/SocialAccountKit.git",
"tag": "0.8.1"
},
"platforms": {
"ios": "6.0"
},
"header_dir": "SocialAccount",
"source_files": [
"SocialAccount/*.h",
"SocialAccount/*.m"
],
"public_header_files": "SocialAccount/*.h",
"requires_arc": true,
"frameworks": [
"Accounts",
"Social"
],
"dependencies": {
"TwitterReverseAuth": [
],
"FoundationExtension": [
]
}
}