[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 3 / 5 / f / FeathersjsClientSwift / 0.8.8 / FeathersjsClientSwift.podspec.json
blob4e72c468a7346471aaaf8c8c86226fe77d96640e
2   "name": "FeathersjsClientSwift",
3   "version": "0.8.8",
4   "summary": "Feathersjs Client for iOS wrote in swift 3.0",
5   "description": "Feathersjs Client for iOS wrote in swift 3.0. Working on socketIO iOS under the hood. The framework stable.\n This verions still under development because Feathersjs response has plenty ogf different formats and I still working on Response parser to handle it carefully. I set deployment target to 9.0 but it is possible to downgrade it if any requests will occure.",
6   "homepage": "https://github.com/truebucha/FeathersjsClientSwift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Kanstantsin Bucha": "truebucha@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/truebucha/FeathersjsClientSwift.git",
16     "tag": "0.8.8"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "FeathersjsClientSwift/Classes/**/*.{swift}",
22   "frameworks": "UIKit",
23   "dependencies": {
24     "Socket.IO-Client-Swift": [
25       "~> 8.0"
26     ]
27   }