blob: 76a5c6678cc39ecc79d003dbf99f544fa96144d9 [file] [log] [blame]
{
"name": "LSThreadPoolLib",
"version": "1.8.0",
"summary": "Lightstreamer Thread Pool and URL Dispatch Library",
"description": "This library addresses the limited size of the connection\npool of iOS. For more background information on this issue\nplease see:\n\n* http://blog.lightstreamer.com/2013/01/on-ios-url-connection-parallelism-and.html\n\nThe library contains the following utility classes:\n\n* LSURLDispatcher: provides services to connect to a URL,\nsynchronously and asynchronously, while ensuring the\nconnection pool is never exceeded.\n* LSThreadPool: a general purpose fixed-size thread pool\nimplementation. Used by LSURLDispatcher but available for\nother uses.\n* LSTimerThread: a service to perform delayed calls to\ntarget/selector without employing the main thread. Used by\nLSURLDispatcher but available for other uses.",
"homepage": "https://github.com/Lightstreamer/utility-ThreadPool-ios",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"Gianluca Bertani": "gianluca.bertani@lightstreamer.com"
},
"social_media_url": "https://twitter.com/self_vs_this",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/Lightstreamer/utility-ThreadPool-ios.git",
"tag": "1.8.0"
},
"source_files": "Lightstreamer Thread Pool Library/**/*.{h,m}",
"requires_arc": true,
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
}
}