[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 4 / c / 7 / Benji / 1.1.0 / Benji.podspec.json
blob325c04bf0bf161aa1bc7ae332456ef0192b44047
2   "name": "Benji",
3   "version": "1.1.0",
4   "summary": "Benji is a lightweight HTTP networking library written in Swift for simple HTTP API requests using JSON and uploading/downloading files.",
5   "homepage": "https://github.com/aa-wong/Benji",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Aaron Wong": "aaron@pixelbirddesign.com"
12   },
13   "platforms": {
14     "ios": "9.0"
15   },
16   "requires_arc": true,
17   "source": {
18     "git": "https://github.com/aa-wong/Benji.git",
19     "tag": "v1.1.0"
20   },
21   "source_files": "Benji/**/*.{h, swift}",
22   "swift_versions": "5.0",
23   "vendored_frameworks": "Benji.framework",
24   "swift_version": "5.0"