[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 3 / f / 6 / async_utility / 1.0.0 / async_utility.podspec.json
bloba82cca55671ceb20ed845757e4d92135e6eeccde
2   "name": "async_utility",
3   "version": "1.0.0",
4   "summary": "Utility framework which provides asynchronous working to help processing background tasks.",
5   "description": "Async is a utility framework which provides asynchronous working to help processing background tasks without blocking the UI. It is inspired by Javascript module https://github.com/caolan/async.",
6   "homepage": "https://github.com/isanjosgon/asyncpod.git",
7   "license": "MIT",
8   "authors": {
9     "Isra San Jose Gonzalez": "isanjosgon@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/isanjosgon/asyncpod.git",
13     "tag": "1.0.0"
14   },
15   "social_media_url": "https://twitter.com/isanjosgon",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "async": [
23       "Pod/Assets/*.png"
24     ]
25   }