[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / b / d / 2 / Fire / 3.3.5 / Fire.podspec.json
blob537b783fea29e672e8c35c2a316afba9ad27d9a6
2   "name": "Fire",
3   "version": "3.3.5",
4   "summary": "A delightful HTTP/HTTPS networking framework written in Swift",
5   "description": "Fire is a delightful HTTP/HTTPS networking framework for iOS/macOS/watchOS/tvOS platform written in Swift.",
6   "homepage": "https://github.com/Meniny/Fire",
7   "license": "MIT",
8   "authors": {
9     "Elias Abel": "Meniny@qq.com"
10   },
11   "source": {
12     "git": "https://github.com/Meniny/Fire.git",
13     "tag": "3.3.5"
14   },
15   "social_media_url": "https://meniny.cn/",
16   "pod_target_xcconfig": {
17     "SWIFT_VERSION": "5"
18   },
19   "swift_versions": "5",
20   "platforms": {
21     "ios": "8.0",
22     "osx": "10.10",
23     "tvos": "9.0",
24     "watchos": "2.0"
25   },
26   "source_files": "Fire/**/*{.h,.swift}",
27   "public_header_files": "Fire/**/*{.h}",
28   "frameworks": "Foundation",
29   "dependencies": {
30     "Jsonify": [
32     ]
33   }