[Add] DocumentReaderOCRRFIDStage 7.5.11035
[CocoaPods.git] / Specs / d / c / 0 / SwiftTaskLibrary / 1.0.0 / SwiftTaskLibrary.podspec.json
blob3843bfc3cf9e990e9e4083963c542c775ee8e626
2   "name": "SwiftTaskLibrary",
3   "version": "1.0.0",
4   "summary": "A Swift Task Library",
5   "description": "Swift task library implemented on the top of the Grand Central Dispatch.\nA task can be executed either synchronously or asynchronously, as well as this, the library  provides a retrying mechanism for sync & async operations.",
6   "homepage": "https://github.com/SwiftGCDPack/SwiftTaskLibrary",
7   "license": {
8     "type": "MIT"
9   },
10   "authors": {
11     "Nicola Gallo": "nicolagmt@hotmail.com"
12   },
13   "platforms": {
14     "ios": "9.3"
15   },
16   "source": {
17     "git": "https://github.com/SwiftGCDPack/SwiftTaskLibrary.git",
18     "tag": "1.0.0"
19   },
20   "source_files": "SwiftTaskLibrary/**/*.{h,swift}",
21   "requires_arc": true