[Add] THEOliveSDK 3.18.2
[CocoaPods.git] / Specs / a / 9 / 6 / cURLLook / 0.0.2 / cURLLook.podspec.json
blob26e5bc763fd4adf410a304d0c77dc3ee1b3f6e1b
2   "name": "cURLLook",
3   "version": "0.0.2",
4   "summary": "Make your NSURLRequest a cURL command",
5   "description": "This μ-framework serializes your NSURLRequest object to\na cURL command, so you can convey to a backend person\nclearly what kind of HTTP request your code is making.",
6   "homepage": "https://github.com/dduan/cURLLook",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "Daniel Duan": "daniel@duan.org"
13   },
14   "social_media_url": "https://twitter.com/Daniel_Duan",
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.10"
18   },
19   "source": {
20     "git": "https://github.com/dduan/cURLLook.git",
21     "tag": "v0.0.2"
22   },
23   "source_files": [
24     "cURLLook",
25     "cURLLook/**/*.{swift}"
26   ]