[Add] FCNews 0.3.26
[CocoaPods.git] / Specs / 2 / 8 / d / Tina / 0.0.1 / Tina.podspec.json
blob807c92c94ddc4e67eee5876954df0e129fdbe8f9
2   "name": "Tina",
3   "version": "0.0.1",
4   "summary": "A request fonundation with Swift for mac、ios、watchos、tvos.",
5   "description": "Tina is a simple and pure Swift implemented library for request. It is  dependent on Alamofire. It provides you a chance to use pure Swift alternation in your next app.",
6   "homepage": "https://github.com/KKLater/Tina",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "KKLater": "lshxin89@126.com"
13   },
14   "swift_versions": [
15     "5.0"
16   ],
17   "platforms": {
18     "ios": "10.0",
19     "tvos": "10.0",
20     "osx": "10.12",
21     "watchos": "3.0"
22   },
23   "source": {
24     "git": "https://github.com/KKLater/Tina.git",
25     "tag": "0.0.1"
26   },
27   "source_files": [
28     "Sources/**/*.swift",
29     "Sources/Tina.h"
30   ],
31   "requires_arc": true,
32   "dependencies": {
33     "Alamofire": [
34       "~>5.4.0"
35     ]
36   },
37   "swift_version": "5.0"