blob: b5cad34bf9c0a28ada9dcfa29f414365f4c00ca5 [file] [log] [blame]
{
"name": "VENTokenField",
"version": "1.0.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",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Venmo": "ios@venmo.com"
},
"source": {
"git": "git@github.com:venmo/VENTokenField.git",
"tag": "v1.0.0"
},
"source_files": "VENTokenField/**/*.{h,m}",
"resources": [
"VENTokenField/**/*.{xib,png}"
],
"dependencies": {
"FrameAccessor": [
"~> 1.0"
]
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true
}