| { |
| "name": "SocialLib", |
| "version": "0.0.1", |
| "summary": "SocialLib handles sharing message to multiple social media.", |
| "description": "SocialLib handles sharing message to multiple social media.\nNow support twitter and facebook.", |
| "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.1" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "requires_arc": true, |
| "source_files": "Pod/Classes/**/*", |
| "resource_bundles": { |
| "SocialLib": [ |
| "Pod/Assets/*.png" |
| ] |
| }, |
| "frameworks": "Accounts", |
| "dependencies": { |
| "FBSDKCoreKit": [ |
| |
| ], |
| "FBSDKLoginKit": [ |
| |
| ], |
| "FBSDKShareKit": [ |
| |
| ], |
| "STTwitter": [ |
| |
| ] |
| } |
| } |