blob: 8f3e922aefca08f394964ae6506df4d8399c53cf [file] [log] [blame]
{
"name": "SMTagField",
"version": "1.1.1",
"summary": "UITextField that allows for easy input/display of Tags",
"description": "Just initialize **SMTagField**, set the delegate (Optional), add to your parent view, and you're good to go!\nCheck out the \"SMTagFieldExample\" Xcode project which shows a basic working example.",
"homepage": "https://github.com/Kennouf/SMTagField",
"license": "MIT",
"authors": {
"Kennouf": "carewfthebard@gmail.com"
},
"source": {
"git": "https://github.com/Kennouf/SMTagField.git",
"tag": "1.1.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"SMTagField": [
"Pod/Assets/*.png"
]
}
}