[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 4 / 0 / e / Hakawai / 5.1.5 / Hakawai.podspec.json
blob16cd6b38dd52c6b73a1dcde8ad4265665d109594
2   "name": "Hakawai",
3   "version": "5.1.5",
4   "summary": "Hakawai aims to be a more powerful UITextView.",
5   "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.",
6   "homepage": "https://github.com/linkedin/Hakawai/",
7   "license": {
8     "type": "Apache License, Version 2.0",
9     "file": "LICENSE"
10   },
11   "authors": "Austin Zheng",
12   "platforms": {
13     "ios": "7.0"
14   },
15   "source": {
16     "git": "https://github.com/linkedin/Hakawai.git",
17     "tag": "5.1.5"
18   },
19   "frameworks": "UIKit",
20   "requires_arc": true,
21   "subspecs": [
22     {
23       "name": "Core",
24       "source_files": "Hakawai/{Core,ChooserView}/**/*.{h,m}"
25     },
26     {
27       "name": "Mentions",
28       "source_files": "Hakawai/Mentions/**/*.{h,m}",
29       "dependencies": {
30         "Hakawai/Core": [
32         ]
33       }
34     }
35   ]