[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / 6 / 3 / f / SBBAnimatedTweetActivity / 0.1.0 / SBBAnimatedTweetActivity.podspec.json
bloba61743ddfbe7e0f0457983db394ff2a1a25bc77c
2   "name": "SBBAnimatedTweetActivity",
3   "version": "0.1.0",
4   "summary": "A UIActivity subclass for posting animated GIF's to Twitter.",
5   "description": "SBBAnimatedTweetActivity is a replacement for the built-in Twitter UIActivity that handles animated images. This is due to the built-in Twitter UIActivity posting a still frame from an animated GIF to Tweets instead of the animated GIF itself.",
6   "homepage": "https://github.com/siburb/SBBAnimatedTweetActivity",
7   "license": "MIT",
8   "authors": {
9     "Simon Burbidge": "simon@whiskmobile.com"
10   },
11   "source": {
12     "git": "https://github.com/siburb/SBBAnimatedTweetActivity.git",
13     "tag": "0.1.0"
14   },
15   "social_media_url": "https://twitter.com/siburb",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "SBBAnimatedTweetActivity": [
23       "Pod/Assets/*.storyboard",
24       "Pod/Assets/*.xcassets"
25     ]
26   },
27   "public_header_files": "Pod/Classes/**/*.h",
28   "frameworks": [
29     "UIKit",
30     "Accounts",
31     "Social",
32     "MobileCoreServices"
33   ],
34   "dependencies": {
35     "FLAnimatedImage": [
36       "~> 1.0.8"
37     ]
38   }