blob: 217e2a5e86a2b8534d753d7a7a72e3e611571900 [file] [log] [blame]
{
"name": "Hashtags",
"version": "0.1.2",
"summary": "A swift library for displaying hashtags",
"swift_version": "4.0",
"description": "Display a list of hashtags dynamically.",
"homepage": "https://github.com/scaraux/Hashtags",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Oscar Gotting": "https://twitter.com/scaraux"
},
"source": {
"git": "https://github.com/scaraux/Hashtags.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "9.0"
},
"source_files": "Hashtags/Classes/**/*",
"resources": "Hashtags/Assets/**/*.{png,storyboard}",
"resource_bundles": {
"Hashtags": "Hashtags/Assets/*.png"
},
"dependencies": {
"AlignedCollectionViewFlowLayout": [
"~> 1.1.2"
]
}
}