blob: 7ddaf12d061a46d5be566f18e0bae65f064a057b [file] [log] [blame]
{
"name": "SocialLib",
"version": "0.0.3",
"summary": "SocialLib handles sharing message to multiple social media.",
"description": "SocialLib handles sharing message to multiple social media.\nNow support twitter, facebook, tumblr, wechat (weixin) and weibo.",
"homepage": "https://github.com/darkcl/SocialLib",
"license": "MIT",
"authors": {
"Yeung Yiu Hung": "hkclex@gmail.com"
},
"source": {
"git": "https://github.com/darkcl/SocialLib.git",
"tag": "0.0.3"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"frameworks": [
"Accounts",
"ImageIO",
"SystemConfiguration",
"CoreText",
"QuartzCore",
"Security",
"UIKit",
"Foundation",
"CoreGraphics",
"CoreTelephony",
"SystemConfiguration",
"MobileCoreServices"
],
"libraries": [
"c++",
"z",
"sqlite3",
"icucore"
],
"default_subspecs": [
"Core",
"Facebook",
"Twitter",
"Tumblr",
"Weibo",
"Weixin",
"Instagram"
],
"subspecs": [
{
"name": "Core",
"source_files": "Pod/Classes/Core/*.{h,m}"
},
{
"name": "Facebook",
"source_files": "Pod/Classes/Facebook/*.{h,m}",
"dependencies": {
"SocialLib/Core": [
],
"FBSDKCoreKit": [
],
"FBSDKLoginKit": [
],
"FBSDKShareKit": [
]
}
},
{
"name": "Twitter",
"source_files": "Pod/Classes/Twitter/*.{h,m}",
"dependencies": {
"SocialLib/Core": [
],
"STTwitter": [
]
}
},
{
"name": "Tumblr",
"source_files": "Pod/Classes/Tumblr/*.{h,m}",
"dependencies": {
"SocialLib/Core": [
],
"AFOAuth1Client": [
]
}
},
{
"name": "Weibo",
"source_files": "Pod/Classes/Weibo/*.{h,m}",
"dependencies": {
"SocialLib/Core": [
],
"WeiboSDK": [
]
}
},
{
"name": "Weixin",
"source_files": "Pod/Classes/Weixin/*.{h,m}",
"dependencies": {
"SocialLib/Core": [
],
"Weixin": [
]
}
},
{
"name": "Instagram",
"source_files": "Pod/Classes/Instagram/*.{h,m}",
"dependencies": {
"SocialLib/Core": [
]
}
}
]
}