{ | |
"name": "AsyncKit", | |
"version": "1.0", | |
"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.0" | |
}, | |
"platforms": { | |
"ios": "8.0" | |
}, | |
"requires_arc": true, | |
"source_files": "Pod/Classes/**/*", | |
"resource_bundles": { | |
"AsyncKit": [ | |
"Pod/Assets/*.png" | |
] | |
} | |
} |