blob: fbb8e60620f8ea864e02d661dbc24ab20438ec97 [file] [log] [blame]
{
"name": "toxcore-ios",
"version": "0.1.1",
"summary": "Cocoapods wrapper for toxcore",
"homepage": "https://github.com/dvor/toxcore-ios",
"license": "GPLv3",
"authors": {
"Dmytro Vorobiov": "d@dvor.me"
},
"source": {
"git": "https://github.com/dvor/toxcore-ios.git",
"tag": "0.1.1",
"submodules": true
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": [
"toxcore/toxcore/*.{c,h}",
"toxcore/toxencryptsave/*.{c,h}"
],
"public_header_files": "toxcore/toxcore/*.h",
"dependencies": {
"libsodium": [
"~> 1.0.1"
]
},
"deprecated_in_favor_of": "toxcore"
}