[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / 2 / a / 6 / Endpoint / 0.1.0 / Endpoint.podspec.json
blob4390765a45e7f34293609a2a4eb90c2467427e28
2   "name": "Endpoint",
3   "version": "0.1.0",
4   "summary": "Elegant API Abstraction for Swift.",
5   "homepage": "https://github.com/devxoul/Endpoint",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Suyeol Jeon": "devxoul@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/devxoul/Endpoint.git",
15     "tag": "0.1.0"
16   },
17   "source_files": "Sources/*.swift",
18   "requires_arc": true,
19   "dependencies": {
20     "Alamofire": [
21       "~> 3.1"
22     ]
23   },
24   "platforms": {
25     "ios": "8.0",
26     "osx": "10.9"
27   },
28   "deprecated_in_favor_of": "Moya"