blob: 18c184cae39eb66a0a2aa8fe9b7ca34f927a1d5a [file] [log] [blame]
{
"name": "DTAsyncIO",
"version": "0.2.19",
"summary": "Async Data Management in iOS",
"description": "# DTAsyncIO\n\nAsync Data Management in iOS\n",
"homepage": "https://github.com/DTHENG/DTAsyncIO",
"license": "MIT",
"authors": {
"DTHENG": "fender5289@gmail.com"
},
"source": {
"git": "https://github.com/DTHENG/DTAsyncIO.git",
"tag": "0.2.19"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "*.{h,m}",
"resource_bundles": {
"DTAsyncIO": [
"*.png"
]
},
"dependencies": {
"DTObservable": [
"0.4.5"
]
}
}