blob: 03ab61103dd4840b90c5835d95dc11d04ce8b9fa [file] [log] [blame]
{
"name": "Hakawai",
"version": "7.1.0",
"summary": "Hakawai aims to be a more powerful UITextView.",
"description": "Hakawai is a subclass of UITextView that exposes a number of convenience APIs, and supports further extension via 'plug-ins'. Hakawai ships with an easy-to-use, powerful, and customizable plug-in allowing users to create social media 'mentions'-style annotations.",
"homepage": "https://github.com/linkedin/Hakawai/",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": "Austin Zheng",
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/linkedin/Hakawai.git",
"tag": "7.1.0"
},
"frameworks": "UIKit",
"requires_arc": true,
"subspecs": [
{
"name": "Core",
"source_files": "Hakawai/{Core,ChooserView}/**/*.{h,m}"
},
{
"name": "Mentions",
"source_files": "Hakawai/Mentions/**/*.{h,m}",
"dependencies": {
"Hakawai/Core": [
]
}
}
]
}