blob: 50252948ed2f8d382b877cd0ba921c4e31df08dc [file] [log] [blame]
{
"name": "YammerSDK",
"version": "2.0.0",
"summary": "YammerSDK",
"authors": {
"Yammer": "ios@yammer-inc.com"
},
"homepage": "https://github.com/yammer/ios-yammer-sdk",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"source": {
"git": "https://github.com/yammer/ios-yammer-sdk.git",
"tag": "2.0.0"
},
"source_files": "OAuthSDK/*.{h,m}",
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"dependencies": {
"AFNetworking": [
"~> 2.0"
],
"SSKeychain": [
]
}
}