blob: 20b39e5f2cf06cd3111ee981f0e767136c2f101d [file] [log] [blame]
{
"name": "libcurve-objc",
"version": "0.0.1",
"summary": "A libcurve port with no external depenedencies.",
"description": "A libcurve port with no external depenedencies. \nBased on https://github.com/zeromq/libcurve\n\n* Think: Why did you write this? What is the focus? What does it do?\n* CocoaPods will be using this to generate tags, and improve search results.\n* Try to keep it short, snappy and to the point.\n* Finally, don't worry about the indent, CocoaPods strips it!",
"homepage": "http://github.com/ajres/libcurve-objc",
"license": "APACHE2",
"authors": {
"@ajres": "dev@yet-another.co"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source": {
"git": "https://github.com/ajres/libcurve-objc.git",
"tag": "0.0.1"
},
"source_files": "libcurve-objc/**/*.{c,h,m}",
"public_header_files": "libcurve-objc/include/**/*.h",
"requires_arc": true,
"dependencies": {
"libsodium": [
]
}
}