[Add] MapboxCommon 24.10.0-daily-2025-01-05-04-25
[CocoaPods.git] / Specs / f / 3 / 9 / BlackTea / 1.0.0 / BlackTea.podspec.json
blobb3852e354054206919691456aa100f0e37ba086f
2   "name": "BlackTea",
3   "version": "1.0.0",
4   "summary": "Simple Network abstraction layer in Swift",
5   "homepage": "https://github.com/manojmahapatra/BlackTea",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Manoj Mahapatra": "mahapatra.manoj@hotmail.com"
12   },
13   "social_media_url": "https://twitter.com/0manoj1",
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/manojmahapatra/BlackTea.git",
19     "tag": "1.0.0"
20   },
21   "requires_arc": true,
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": "Source/*.swift",
26       "dependencies": {
27         "Alamofire": [
28           "~> 1.2.0"
29         ]
30       },
31       "frameworks": "Foundation"
32     }
33   ]