blob: bda496f2f6010a94493103e6a0fb735305a01550 [file] [log] [blame]
{
"name": "AsyncKit",
"version": "1.1",
"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.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"AsyncKit": [
"Pod/Assets/*.png"
]
}
}