[Add] LogRocket 1.47.1
[CocoaPods.git] / Specs / 3 / 1 / d / IQAPIClient / 2.0.5 / IQAPIClient.podspec.json
blobbca1aa45d24786530fcce71f75261114a21cd6b2
2   "name": "IQAPIClient",
3   "version": "2.0.5",
4   "source": {
5     "git": "https://github.com/hackiftekhar/IQAPIClient.git",
6     "tag": "2.0.5"
7   },
8   "summary": "API Client to communicate with the REST API and auto conversion to model classes.",
9   "homepage": "https://github.com/hackiftekhar/IQAPIClient",
10   "license": "MIT",
11   "authors": {
12     "Iftekhar Qurashi": "hack.iftekhar@gmail.com"
13   },
14   "platforms": {
15     "ios": "10.0"
16   },
17   "swift_versions": [
18     "5.0",
19     "5.1",
20     "5.2",
21     "5.3",
22     "5.4",
23     "5.5",
24     "5.6"
25   ],
26   "source_files": "IQAPIClient/**/*.{swift}",
27   "frameworks": [
28     "UIKit",
29     "Foundation"
30   ],
31   "dependencies": {
32     "Alamofire": [
33       "~> 5"
34     ]
35   },
36   "requires_arc": true,
37   "swift_version": "5.6"