blob: 2380d3b9a867395dd4ebff35ce4e86d69c559927 [file] [log] [blame]
{
"name": "NNNetwork",
"version": "0.0.2",
"summary": "Networking categories, OAuth and read later clients.",
"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",
"homepage": "https://github.com/tomazsh/NNNetwork",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Tomaz Nedeljko": "tomaz@nedeljko.com"
},
"source": {
"git": "https://github.com/tomazsh/NNNetwork.git",
"tag": "0.0.2"
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"source_files": "NNNetwork",
"resources": "Resources/*.png",
"ios": {
"frameworks": [
"Security",
"MobileCoreServices",
"SystemConfiguration",
"UIKit"
]
},
"osx": {
"frameworks": [
"Security",
"CoreServices",
"SystemConfiguration"
]
},
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 1.0.0"
],
"SSKeychain": [
"~> 0.1.4"
]
}
}