blob: 94427c970315a4fdd719c8f52b706367df33312f [file] [log] [blame]
{
"name": "SYOperationQueue",
"platforms": {
"ios": "5.0",
"osx": "10.7",
"tvos": "9.0"
},
"version": "1.0.2",
"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.2"
},
"source_files": "SYOperationQueue.{h,m}",
"requires_arc": true,
"xcconfig": {
"CLANG_MODULES_AUTOLINK": "YES"
}
}