[Add] flutter_libmwc 0.0.3
[CocoaPods.git] / Specs / 3 / 7 / c / DTAsyncIO / 0.2.13 / DTAsyncIO.podspec.json
blob638565bd759292901672df7db68b832612f310f1
2   "name": "DTAsyncIO",
3   "version": "0.2.13",
4   "summary": "Async Data Management in iOS",
5   "description": "# DTAsyncIO\n\nAsync Data Management in iOS\n",
6   "homepage": "https://github.com/DTHENG/DTAsyncIO",
7   "license": "MIT",
8   "authors": {
9     "DTHENG": "fender5289@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/DTHENG/DTAsyncIO.git",
13     "tag": "0.2.13"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "*.{h,m}",
20   "resource_bundles": {
21     "DTAsyncIO": [
22       "*.png"
23     ]
24   },
25   "dependencies": {
26     "DTObservable": [
27       "0.3.1"
28     ]
29   }