[Add] PlasoLogger 1.0.2
[CocoaPods.git] / Specs / 9 / a / c / NNNetwork / 0.0.1 / NNNetwork.podspec.json
bloba5f07b7b28f56ae00123d5aeb333f5ac5f13323d
2   "name": "NNNetwork",
3   "version": "0.0.1",
4   "summary": "Networking categories, OAuth and read later clients.",
5   "description": "`NNNetwork` is a collection of classes that power networking in Postr. It is\nbuilt atop `AFNetworking` and it provides categories for networking, OAuth 1.0\nutilities and read later integration classes (supports Instapaper, Pocket\nand Readability).  It also includes iOS 6 `UIActivity` providers for these\nservices that can be used in `UIActivityViewController`s.\n",
6   "homepage": "https://github.com/tomazsh/NNNetwork",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Tomaz Nedeljko": "tomaz.nedeljko@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/tomazsh/NNNetwork.git",
16     "commit": "08a9e01832b3eb324e92414adc1775eb36470737"
17   },
18   "platforms": {
19     "ios": "6.0"
20   },
21   "source_files": "NNNetwork",
22   "exclude_files": "Examples",
23   "resources": "Resources/*",
24   "requires_arc": true,
25   "dependencies": {
26     "AFNetworking": [
27       "~> 1.3.1"
28     ],
29     "SSKeychain": [
30       "0.1.4"
31     ]
32   }