[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 5 / c / a / SYOperationQueue / 1.0.2 / SYOperationQueue.podspec.json
blob94427c970315a4fdd719c8f52b706367df33312f
2   "name": "SYOperationQueue",
3   "platforms": {
4     "ios": "5.0",
5     "osx": "10.7",
6     "tvos": "9.0"
7   },
8   "version": "1.0.2",
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.2"
18   },
19   "source_files": "SYOperationQueue.{h,m}",
20   "requires_arc": true,
21   "xcconfig": {
22     "CLANG_MODULES_AUTOLINK": "YES"
23   }