[Add] RXSDK_Pure 3.0.301
[CocoaPods.git] / Specs / 3 / 7 / c / DTAsyncIO / 0.2.12 / DTAsyncIO.podspec.json
blob298c687a710193b9240c544b05288ab58c8fd5d1
2   "name": "DTAsyncIO",
3   "version": "0.2.12",
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.12"
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"
28     ]
29   }