blob: b82ecaeeeb344f584822c702ae0cc5f511eba9b3 [file] [log] [blame]
{
"name": "TwitterGifComposer",
"version": "0.1.1",
"summary": "Post gif to twitter easier.",
"description": " Native iOS twitter composer does NOT support gif. This composer will help if you need to post gifs.\n",
"homepage": "https://github.com/zh-wang/TwitterGifComposer",
"screenshots": "http://i.imgur.com/S5Il9FE.png",
"license": "MIT",
"authors": {
"zh-wang": "viennakanon@gmail.com"
},
"source": {
"git": "https://github.com/zh-wang/TwitterGifComposer.git",
"tag": "0.1.1"
},
"social_media_url": "https://twitter.com/viennakanon",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"TwitterGifComposer": [
"Pod/Assets/*.png"
]
},
"frameworks": [
"Social",
"Accounts"
]
}