| { | |
| "name": "AsyncKit", | |
| "version": "1.2", | |
| "summary": "Utilities for asynchronous code inspired by JavaScript module 'async'.", | |
| "homepage": "https://github.com/mishimay/AsyncKit", | |
| "license": "MIT", | |
| "authors": { | |
| "Yuki Mishima": "atehamare@gmail.com" | |
| }, | |
| "source": { | |
| "git": "https://github.com/mishimay/AsyncKit.git", | |
| "tag": "1.2" | |
| }, | |
| "platforms": { | |
| "ios": "8.0" | |
| }, | |
| "requires_arc": true, | |
| "source_files": "Pod/Classes/**/*", | |
| "resource_bundles": { | |
| "AsyncKit": [ | |
| "Pod/Assets/*.png" | |
| ] | |
| } | |
| } |