blob: 73bda8cfba8bcf4bb0e7396462fc02683d703fcd [file] [log] [blame]
{
"name": "HatenaBookmarkSDK",
"version": "1.1.1",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "Hatena Bookmark iOS SDK",
"homepage": "https://github.com/hatena/Hatena-Bookmark-iOS-SDK",
"authors": {
"Hatena Co., Ltd.": "support@hatena.ne.jp"
},
"source": {
"git": "https://github.com/hatena/Hatena-Bookmark-iOS-SDK.git",
"tag": "v1.1.1"
},
"platforms": {
"ios": "5.0"
},
"source_files": "SDK/**/*.{h,m}",
"frameworks": [
"Foundation",
"Security",
"QuartzCore"
],
"requires_arc": true,
"resources": "SDK/UI/HTBResources.bundle",
"dependencies": {
"AFNetworking": [
"~> 1.0"
],
"SFHFKeychainUtils": [
]
},
"deprecated": true
}