[Add] TMNavigation 0.0.947
[CocoaPods.git] / Specs / f / d / 6 / CPAPIService / 0.1.6 / CPAPIService.podspec.json
blob1beb2dcdf4f804174467f86296ba0ddd2ffd1a5e
2   "name": "CPAPIService",
3   "version": "0.1.6",
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.6"
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       "= 5.0.0-rc.2"
26     ],
27     "ObjectMapper": [
28       "~> 3.5.1"
29     ],
30     "AlamofireObjectMapper": [
31       "= 6.2.0"
32     ]
33   },
34   "swift_version": "4.2"