blob: 0b3cce816709c965f7540f3fad830eb0e5ead556 [file] [log] [blame]
{
"name": "LFTokenInputView",
"version": "1.0.2",
"summary": "iOS's native contact bubbles UI, it look like email input view",
"homepage": "https://github.com/lincf0912/LFTokenInputView",
"license": "MIT",
"authors": {
"lincf0912": "dayflyking@163.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/lincf0912/LFTokenInputView.git",
"tag": "1.0.2",
"submodules": true
},
"requires_arc": true,
"source_files": [
"LFTokenInputView/class/*.{h,m}",
"LFTokenInputView/class/**/*.{h,m}"
],
"public_header_files": [
"LFTokenInputView/class/*.h",
"LFTokenInputView/class/model/*.h",
"LFTokenInputView/class/define/LFTokenInputType.h"
]
}