blob: 12e5ba0b7b6e13da86962f4827538c0d2fc32a39 [file] [log] [blame]
{
"name": "VENCore",
"version": "3.1.1",
"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": {
"Venmo": "ios@venmo.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/venmo/VENCore.git",
"tag": "v3.1.1"
},
"source_files": "VENCore/**/*.{h,m}",
"dependencies": {
"CMDQueryStringSerialization": [
"~>0.2.0"
]
},
"requires_arc": true
}