blob: f4bc6c622793aaa6215b176d4f127d717ee4490e [file] [log] [blame]
{
"name": "SZNetworking",
"version": "0.3",
"summary": "Similar to AFNetworking, with a slightly different architecture, fewer features and a lot less code.",
"description": "SZNetworking is meant to be (nearly) the bare minimum you need to create http requests and manage NSMutableURLRequests through NSOperation and NSOperationQueue",
"homepage": "https://github.com/socialize/socialize-networking",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"David Jedeikin": "djedeikin@sharethis.com"
},
"platforms": {
"ios": null
},
"dependencies": {
"OAuthCore": [
]
},
"source": {
"git": "https://github.com/socialize/socialize-networking.git",
"tag": "0.3"
},
"source_files": [
"Classes",
"SZNetworking/**/*.{h,m}"
],
"requires_arc": false
}