[Add] RegulaCommonNightly 7.5.947
[CocoaPods.git] / Specs / 3 / 1 / d / IQAPIClient / 3.0.0 / IQAPIClient.podspec.json
blob045d2bc718ceaf4117c76e275d53ea887d914c34
2   "name": "IQAPIClient",
3   "version": "3.0.0",
4   "source": {
5     "git": "https://github.com/hackiftekhar/IQAPIClient.git",
6     "tag": "3.0.0"
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": "11.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     "5.7",
26     "5.8"
27   ],
28   "source_files": "IQAPIClient/**/*.{swift}",
29   "frameworks": [
30     "UIKit",
31     "Foundation"
32   ],
33   "dependencies": {
34     "Alamofire": [
35       "~> 5"
36     ]
37   },
38   "requires_arc": true,
39   "swift_version": "5.8"