[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / 5 / c / a / SYOperationQueue / 1.0.0 / SYOperationQueue.podspec.json
blob03d59be894c15dd083bc3d1f5c6cf9d50e598707
2   "name": "SYOperationQueue",
3   "platforms": {
4     "ios": "5.0",
5     "osx": "10.7"
6   },
7   "version": "1.0.0",
8   "license": "Custom",
9   "summary": "An operation queue subclass that allows LIFO style queuing and a max number of operations",
10   "homepage": "https://github.com/dvkch/SYOperationQueue",
11   "authors": {
12     "Stan Chevallier": "contact@stanislaschevallier.fr"
13   },
14   "source": {
15     "git": "https://github.com/dvkch/SYOperationQueue.git",
16     "tag": "1.0.0"
17   },
18   "source_files": "SYOperationQueue.{h,m}",
19   "requires_arc": true,
20   "xcconfig": {
21     "CLANG_MODULES_AUTOLINK": "YES"
22   }