blob: df7ccaf1c8368590aa080dbb2b52a58aeec9a1d1 [file] [log] [blame]
{
"name": "SocialAccounts",
"version": "0.0.1",
"license": "Apache License, Version 2.0",
"summary": "SocialAccounts is an iOS framework that provides an easy way to manage social network accounts.",
"homepage": "https://github.com/aporat/SocialAccounts.git",
"authors": {
"Adar Porat": "adar.porat@gmail.com"
},
"source": {
"git": "https://github.com/aporat/SocialAccounts.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "5.0"
},
"source_files": "SocialAccounts",
"resources": "SocialAccounts/SocialAccounts.bundle",
"ios": {
"frameworks": [
"Accounts",
"Security"
]
},
"requires_arc": true
}