[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 3 / 7 / c / DTAsyncIO / 0.2.11 / DTAsyncIO.podspec.json
blob1f33324279c8dccf7d44b8749b1e0953f2e4047c
2   "name": "DTAsyncIO",
3   "version": "0.2.11",
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.11"
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.2.4"
28     ]
29   }