blob: d128f08226da6b28b8b11029cdde998bd0068dbb [file] [log] [blame]
{
"name": "VENCore",
"version": "3.1.0",
"summary": "Core Venmo client library",
"description": " Core iOS client library for the Venmo api\n",
"homepage": "https://github.com/venmo/VENCore",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ben Guo": "ben@venmo.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/venmo/VENCore.git",
"tag": "v3.1.0"
},
"source_files": "VENCore/**/*.{h,m}",
"dependencies": {
"CMDQueryStringSerialization": [
"~>0.2.0"
]
},
"requires_arc": true
}