[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 3 / 1 / d / IQAPIClient / 1.0.3 / IQAPIClient.podspec.json
blob9265926c0cad1f7d4cccf3988368de329af49da0
2   "name": "IQAPIClient",
3   "version": "1.0.3",
4   "source": {
5     "git": "https://github.com/hackiftekhar/IQAPIClient.git",
6     "tag": "1.0.3"
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   ],
23   "source_files": "IQAPIClient/**/*.{swift}",
24   "frameworks": [
25     "UIKit",
26     "Foundation"
27   ],
28   "dependencies": {
29     "Alamofire": [
30       "~> 5"
31     ]
32   },
33   "requires_arc": true,
34   "swift_version": "5.3"