[Add] FlexaScan 1.0.9
[CocoaPods.git] / Specs / 3 / 7 / c / DTAsyncIO / 0.2.14 / DTAsyncIO.podspec.json
blobfa36b47f2baae44c78d167b52d35a0f0a560c898
2   "name": "DTAsyncIO",
3   "version": "0.2.14",
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.14"
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.4"
28     ]
29   }