blob: 728c3c27a32d69d30e04b68a91727c9793a8cce8 [file] [log] [blame]
{
"name": "VENCore",
"version": "2.0.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.md"
},
"authors": {
"Ben Guo": "ben@venmo.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/venmo/VENCore.git",
"tag": "v2.0.0"
},
"source_files": "VENCore/**/*.{h,m}",
"dependencies": {
"CMDQueryStringSerialization": [
"~>0.2.0"
]
},
"requires_arc": true
}