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