[Add] TiendeoCoreLite 1.0.11-lite
[CocoaPods.git] / Specs / 1 / 2 / 3 / KSNNetworkClient / 0.1.0 / KSNNetworkClient.podspec.json
blob05abc8513e89533f364d54248c50e5ad596b4b13
2   "name": "KSNNetworkClient",
3   "version": "0.1.0",
4   "summary": "SergeyKovalenko.",
5   "description": "Simple API Client infrastructure",
6   "homepage": "https://github.com/SergeyKovalenko/KSNNetworkClient",
7   "license": "MIT",
8   "authors": {
9     "Sergey Kovalenko": "papuly@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/SergeyKovalenko/KSNNetworkClient.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "public_header_files": "Pod/Classes/**/*.h",
21   "dependencies": {
22     "AFNetworking": [
23       "~> 2.6"
24     ],
25     "ReactiveCocoa": [
26       "~> 2.0"
27     ]
28   }