blob: ec85b720ab9bb4066f6982c8e7120494ffe1d365 [file] [log] [blame]
{
"name": "SocialAccountKit",
"version": "0.8",
"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"
},
"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": [
]
}
}