blob: a1f333a593011c503b5078bd561bc1b7d624a682 [file] [log] [blame]
{
"name": "VENTokenField",
"version": "1.1.0",
"summary": "Token field used in the Venmo app.",
"description": " An easy to use token field that in used in the Venmo app.\n",
"homepage": "https://github.com/venmo/VENTokenField",
"screenshots": "http://i.imgur.com/a1FfEBi.gif",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Venmo": "ios@venmo.com"
},
"source": {
"git": "https://github.com/venmo/VENTokenField.git",
"tag": "v1.1.0"
},
"source_files": "VENTokenField/**/*.{h,m}",
"resources": [
"VENTokenField/**/*.{xib,png}"
],
"dependencies": {
"FrameAccessor": [
"~> 1.0"
]
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true
}