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