blob: 44afea035b7dee88fcf9448d5b356aa1c1ac4a2f [file] [log] [blame]
{
"name": "SBBAnimatedTweetActivity",
"version": "0.1.1",
"summary": "A UIActivity subclass for posting animated GIF's to Twitter.",
"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.",
"homepage": "https://github.com/siburb/SBBAnimatedTweetActivity",
"license": "MIT",
"authors": {
"Simon Burbidge": "simon@whiskmobile.com"
},
"source": {
"git": "https://github.com/siburb/SBBAnimatedTweetActivity.git",
"tag": "0.1.1"
},
"social_media_url": "https://twitter.com/siburb",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"SBBAnimatedTweetActivity": [
"Pod/Assets/*.storyboard",
"Pod/Assets/*.xcassets"
]
},
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": [
"UIKit",
"Accounts",
"Social",
"MobileCoreServices"
],
"dependencies": {
"FLAnimatedImage": [
"~> 1.0.8"
]
}
}