blob: 473b00b6bcde16a2e6f8df0d91d2865bc91b4a19 [file] [log] [blame]
{
"name": "ANSnapchatAPI",
"version": "0.1",
"summary": "Cocoa Snapchat API",
"description": " Unofficial library to communicate with the Snapchat private API.\n",
"homepage": "https://github.com/matts2cant/ANSnapchatAPI",
"license": "Apache License, Version 2.0",
"authors": {
"Alex NICHOL": "unixpickle@gmail.com",
"Matthieu DE CANTELOUBE": "matts2cant@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/matts2cant/ANSnapchatAPI.git",
"tag": "v0.1"
},
"source_files": "Sources/**/*.{h,m}",
"public_header_files": "Sources/**/*.h",
"requires_arc": true
}