blob: 23c343f07bd9b1bea08aca3a1f9647aaca7c18f4 [file] [log] [blame]
{
"name": "SFTagView",
"version": "0.8",
"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.8"
},
"source_files": "WrapViewWithAutolayout/*.{h,m}",
"exclude_files": [
"WrapViewWithAutolayout/AppDelegate.{h,m}",
"WrapViewWithAutolayout/ViewController.{h,m}",
"WrapViewWithAutolayout/main.m"
],
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true
}