[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 3 / 5 / f / FeathersjsClientSwift / 1.0.0 / FeathersjsClientSwift.podspec.json
blobb622e3737dd58eeae1a468a3aa346b0d736665ca
2   "name": "FeathersjsClientSwift",
3   "version": "1.0.0",
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": "1.0.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "FeathersjsClientSwift/Classes/**/*.{swift}",
22   "frameworks": "Foundation",
23   "dependencies": {
24     "Socket.IO-Client-Swift": [
25       "8.3.3"
26     ]
27   },
28   "pushed_with_swift_version": "3.0"