[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 3 / a / 7 / JCSwiftRestful / 1.0.2 / JCSwiftRestful.podspec.json
blob8925cd3523877e6cd289f5a9966bca7b418bc520
2   "name": "JCSwiftRestful",
3   "version": "1.0.2",
4   "summary": "A framework helps you pretty easy to implement as RESTful API style",
5   "description": "This framework is for Restful APIs. It helps you focus more on handling object-oriented and structured data. To use this framework, you will have to write code using more standard RESTful semantics, both on iOS and server sides. Otherwise, the automatic serialization and deserialization functions within this framework will not work.",
6   "homepage": "https://github.com/James/JCSwiftRestful.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "James": "infilachen@gmail.com",
13     "Fanny": "fanfan.feng9@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/infila/JCSwiftRestful.git",
17     "tag": "1.0.2"
18   },
19   "social_media_url": "https://www.linkedin.com/in/jameschen5428",
20   "platforms": {
21     "ios": "13.0"
22   },
23   "swift_versions": "5.0",
24   "source_files": "JCSwiftRestful/Classes/**/*",
25   "dependencies": {
26     "JCSwiftCommon": [
28     ]
29   },
30   "swift_version": "5.0"