[Add] TMNavigation 0.0.947
[CocoaPods.git] / Specs / f / d / 6 / CPAPIService / 0.1.3 / CPAPIService.podspec.json
blobd223da53ef0fe970c5b368ab8fc4077fc62f38b3
2   "name": "CPAPIService",
3   "version": "0.1.3",
4   "summary": "CPAPIService is a wrapper library helps us easily manage multiple services based on Alamofire",
5   "description": "CPAPIService is a wrapper library helps us easily manage multiple services based on Alamofire. It contains some base interfaces to handle API.",
6   "homepage": "https://github.com/althurzard/CPAPIService",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "althurzard": "nguyen_quocvuong@hotmail.com"
13   },
14   "source": {
15     "git": "https://github.com/althurzard/CPAPIService.git",
16     "tag": "0.1.3"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "CPAPIService/Classes/*.{h,m,swift}",
22   "swift_versions": "4.2",
23   "dependencies": {
24     "Alamofire": [
25       "~> 4.8.0"
26     ]
27   },
28   "swift_version": "4.2"