blob: eba359a11b89d70a379313ba7a582edc2c02e0a6 [file] [log] [blame]
{
"name": "SFTagView",
"version": "0.9",
"summary": "SFTagView is a powerful UIView subclass",
"description": " SFTagView is a view for display tags\n - flexible layout, dynamic view height\n - support depends autolayout constraints to get SFTagView's width, It's useful\n - support specify set view's width of frame\n\n",
"homepage": "http://github.com/shiweifu/SFTagView",
"license": "MIT",
"authors": {
"shiweifu": "shiweifu@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/shiweifu/SFTagView.git",
"tag": "0.9"
},
"source_files": "WrapViewWithAutolayout/*.{h,m}",
"exclude_files": [
"WrapViewWithAutolayout/AppDelegate.{h,m}",
"WrapViewWithAutolayout/ViewController.{h,m}",
"WrapViewWithAutolayout/main.m"
],
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true
}