[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / e / 9 / a / Metrollo / 0.1.0 / Metrollo.podspec.json
blob402e12c650fcd5b02826c7486653072a19fb8012
2   "name": "Metrollo",
3   "version": "0.1.0",
4   "license": "MIT",
5   "summary": "Wrapper that combines Alamofire and Google Promises.",
6   "homepage": "https://github.com/kimdv/Metrollo",
7   "social_media_url": "https://twitter.com/kimdv",
8   "authors": {
9     "Kim de Vos": "kimdevos12@hotmail.com"
10   },
11   "source": {
12     "git": "https://github.com/kimdv/Metrollo.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "10.0"
17   },
18   "swift_version": "4.2",
19   "source_files": "Metrollo/*.swift",
20   "dependencies": {
21     "Alamofire": [
22       "~> 4.8"
23     ],
24     "PromisesSwift": [
25       "~> 1.2"
26     ]
27   }