blob: 66e0c3e81d62dffc5e87b59ea1bf07a692a067f6 [file] [log] [blame]
{
"name": "VENCore",
"version": "3.1.3",
"summary": "Core Venmo client library",
"description": "Core iOS client library for the Venmo api",
"homepage": "https://github.com/venmo/VENCore",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Venmo": "ios@venmo.com"
},
"platforms": {
"ios": "7.1"
},
"source": {
"git": "https://github.com/venmo/VENCore.git",
"tag": "v3.1.3"
},
"source_files": "VENCore/**/*.{h,m}",
"dependencies": {
"CMDQueryStringSerialization": [
"~> 0.4"
]
}
}