[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 2 / 1 / 4 / HNKServerFacade / 0.1 / HNKServerFacade.podspec.json
blobb8b32af35e09988e1ff524019a9b5d5d6854f71c
2   "name": "HNKServerFacade",
3   "version": "0.1",
4   "summary": "Simple server interface for iOS",
5   "homepage": "https://github.com/hkellaway/HNKServerFacade",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Harlan Kellaway": "hello@harlankellaway.com"
12   },
13   "source": {
14     "git": "https://github.com/hkellaway/HNKServerFacade.git",
15     "tag": "0.1"
16   },
17   "platforms": {
18     "ios": "7.0"
19   },
20   "requires_arc": true,
21   "source_files": "Pod/Classes",
22   "dependencies": {
23     "AFNetworking": [
24       "~> 2.5"
25     ]
26   }