[Add] NoctuaSDK 0.6.0
[CocoaPods.git] / Specs / a / 1 / 2 / libcurve-objc / 0.0.1 / libcurve-objc.podspec.json
blob20b39e5f2cf06cd3111ee981f0e767136c2f101d
2   "name": "libcurve-objc",
3   "version": "0.0.1",
4   "summary": "A libcurve port with no external depenedencies.",
5   "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!",
6   "homepage": "http://github.com/ajres/libcurve-objc",
7   "license": "APACHE2",
8   "authors": {
9     "@ajres": "dev@yet-another.co"
10   },
11   "platforms": {
12     "ios": "8.0",
13     "osx": "10.9"
14   },
15   "source": {
16     "git": "https://github.com/ajres/libcurve-objc.git",
17     "tag": "0.0.1"
18   },
19   "source_files": "libcurve-objc/**/*.{c,h,m}",
20   "public_header_files": "libcurve-objc/include/**/*.h",
21   "requires_arc": true,
22   "dependencies": {
23     "libsodium": [
25     ]
26   }