blob: afa6af8a1901b4c26c08b0a706dd840a5e1f7003 [file] [log] [blame]
{
"name": "toxcore-ios",
"version": "0.1.0",
"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.0",
"submodules": true
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "toxcore/toxcore/*.{c,h}",
"public_header_files": "toxcore/toxcore/*.h",
"dependencies": {
"libsodium": [
"~> 1.0.1"
]
},
"deprecated_in_favor_of": "toxcore"
}