blob: 9bcd56f5f1821ca70f42e8f0e33c779d883de289 [file] [log] [blame]
{
"name": "SYOperationQueue",
"platforms": {
"ios": "5.0",
"osx": "10.8",
"tvos": "9.0"
},
"version": "1.0.3",
"license": "Custom",
"summary": "An operation queue subclass that allows LIFO style queuing and a max number of operations",
"homepage": "https://github.com/dvkch/SYOperationQueue",
"authors": {
"Stan Chevallier": "contact@stanislaschevallier.fr"
},
"source": {
"git": "https://github.com/dvkch/SYOperationQueue.git",
"tag": "1.0.3"
},
"source_files": "SYOperationQueue.{h,m}",
"requires_arc": true,
"xcconfig": {
"CLANG_MODULES_AUTOLINK": "YES"
}
}