[Add] TensorFlowLiteObjC 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / f / 4 / 8 / EasySocial / 1.0.0 / EasySocial.podspec.json
blob29f6c73db65e19e415681a2e2ed95cf013253d7e
2   "name": "EasySocial",
3   "version": "1.0.0",
4   "summary": "The Easiest and Simplest iOS library for Twitter and Facebook Integration.",
5   "description": "                   EasySocial does only these things:\n\n                   --TWITTER--\n\n                   * Send Plain Tweets\n                   * Send Tweets with images (via a URL or UIImage/NSData)\n                   * Get Data from user's timeline\n\n                   --FACEBOOK--\n\n                   * Full Facebook Connect (Log In/Log Out and Auto-Log In)\n                   * Fetch User Information (objectID, name etc...)\n                   * Share and Publish messages in user's timeline\n",
6   "homepage": "https://github.com/pjebs/EasySocial",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "PJ Engineering and Business Solutions Pty. Ltd.": "enquiries@pjebs.com.au"
13   },
14   "platforms": {
15     "ios": "6.0"
16   },
17   "source": {
18     "git": "https://github.com/pjebs/EasySocial.git",
19     "tag": "v1.0.0"
20   },
21   "source_files": "EasySocial/*",
22   "requires_arc": true,
23   "dependencies": {
24     "Facebook-iOS-SDK": [
25       "~> 3"
26     ]
27   }