blob: 5f289510d9f46e037877cb009c9272e15b1f3f87 [file] [log] [blame]
{
"name": "Memebox-TweetsUI",
"version": "0.0.5",
"summary": "The UI implementation of the tweets in Memembox eco-system",
"description": "This layout should be used by all apps who want to have a similar look and feel to Memebox iOS app.",
"homepage": "https://github.com/ibakurov/Memebox-TweetsUI",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ibakurov": "bakurov.illya@gmail.com"
},
"social_media_url": "http://twitter.com/ibakurov",
"source": {
"git": "https://github.com/ibakurov/Memebox-TweetsUI.git",
"tag": "0.0.5"
},
"source_files": "Memebox-TweetsUI/Classes/**/*.{swift}",
"resource_bundles": {
"Memebox-TweetsUI": [
"Memebox-TweetsUI/Views/**/*.{xib}",
"Memebox-TweetsUI/Views/Design/**/*.{png}",
"Memebox-TweetsUI/Views/Fonts/**/*.{ttf,otf}"
]
},
"platforms": {
"ios": "10.0"
},
"swift_version": "4.2",
"frameworks": [
"UIKit",
"SafariServices"
]
}