blob: 03d59be894c15dd083bc3d1f5c6cf9d50e598707 [file] [log] [blame]
{
"name": "SYOperationQueue",
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"version": "1.0.0",
"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.0"
},
"source_files": "SYOperationQueue.{h,m}",
"requires_arc": true,
"xcconfig": {
"CLANG_MODULES_AUTOLINK": "YES"
}
}