[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / 1 / d / e / APIClientKit / 0.1.1 / APIClientKit.podspec.json
blobab6b4658e2356b11521751ecd55d1257cddf0a56
2   "name": "APIClientKit",
3   "version": "0.1.1",
4   "summary": "Simple iOS API Client with Alamofire",
5   "homepage": "https://github.com/johnwongapi/APIClientKit",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "John": "johnwongapi@gmail.com"
12   },
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source": {
17     "git": "https://github.com/johnwongapi/APIClientKit.git",
18     "tag": "0.1.1"
19   },
20   "source_files": [
21     "Source/*.{h,m,swift}",
22     "Source/**/*.{h,m,swift}",
23     "Source/**/**/*.{h,m,swift}",
24     "Source/**/**/**/*.{h,m,swift}"
25   ],
26   "dependencies": {
27     "Alamofire": [
28       "~> 4.5"
29     ]
30   },
31   "pushed_with_swift_version": "4.0"