[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / a / 6 / 1 / AsyncKit / 1.2 / AsyncKit.podspec.json
blob82b40f784ecfc9aabf351dd8620fee47921e30b1
2   "name": "AsyncKit",
3   "version": "1.2",
4   "summary": "Utilities for asynchronous code inspired by JavaScript module 'async'.",
5   "homepage": "https://github.com/mishimay/AsyncKit",
6   "license": "MIT",
7   "authors": {
8     "Yuki Mishima": "atehamare@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/mishimay/AsyncKit.git",
12     "tag": "1.2"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "requires_arc": true,
18   "source_files": "Pod/Classes/**/*",
19   "resource_bundles": {
20     "AsyncKit": [
21       "Pod/Assets/*.png"
22     ]
23   }