[Add] FronteggSwift 1.2.29
[CocoaPods.git] / Specs / 9 / a / c / NNNetwork / 0.0.2 / NNNetwork.podspec.json
blob2380d3b9a867395dd4ebff35ce4e86d69c559927
2   "name": "NNNetwork",
3   "version": "0.0.2",
4   "summary": "Networking categories, OAuth and read later clients.",
5   "description": "  NNNetwork is built atop AFNetworking and it provides categories for networking,\n  OAuth 1.0 utilities and read later integration classes (supports Instapaper,\n  Pocket and Readability). It also includes iOS 6 UIActivity providers for these\n  services that can be used in UIActivityViewControllers.\n",
6   "homepage": "https://github.com/tomazsh/NNNetwork",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Tomaz Nedeljko": "tomaz@nedeljko.com"
13   },
14   "source": {
15     "git": "https://github.com/tomazsh/NNNetwork.git",
16     "tag": "0.0.2"
17   },
18   "platforms": {
19     "ios": "5.0",
20     "osx": "10.7"
21   },
22   "source_files": "NNNetwork",
23   "resources": "Resources/*.png",
24   "ios": {
25     "frameworks": [
26       "Security",
27       "MobileCoreServices",
28       "SystemConfiguration",
29       "UIKit"
30     ]
31   },
32   "osx": {
33     "frameworks": [
34       "Security",
35       "CoreServices",
36       "SystemConfiguration"
37     ]
38   },
39   "requires_arc": true,
40   "dependencies": {
41     "AFNetworking": [
42       "~> 1.0.0"
43     ],
44     "SSKeychain": [
45       "~> 0.1.4"
46     ]
47   }