blob: 18b2f81062f68cbeeb3f10d85d1bd29c0ddac9a7 [file] [log] [blame]
{
"name": "Hashtags",
"version": "0.1.1",
"summary": "A swift library for displaying hashtags",
"swift_version": "4.0",
"description": "Display a list of hashtags dynamically.",
"homepage": "https://github.com/frenchfalcon/Hashtags",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"gottingoscar@gmail.com": "gottingoscar@gmail.com"
},
"source": {
"git": "https://github.com/frenchfalcon/Hashtags.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "9.0"
},
"source_files": "Hashtags/Classes/**/*",
"resources": "Hashtags/Assets/**/*.{png,storyboard}",
"resource_bundles": {
"Hashtags": "Hashtags/Assets/*.png"
}
}