[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 7 / 3 / 8 / DTObservable / 0.4 / DTObservable.podspec.json
bloba74b5405017a9dead9c0a321159b3e69e1caa732
2   "name": "DTObservable",
3   "version": "0.4",
4   "summary": "A simple observable structure for iOS.",
5   "description": "# DTObservable\n\nAn implementation of the observable chain pattern for iOS.\n  \n",
6   "homepage": "https://github.com/DTHENG/DTObservable",
7   "license": "MIT",
8   "authors": {
9     "DTHENG": "fender5289@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/DTHENG/DTObservable.git",
13     "tag": "0.4"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "*.{h,m}",
20   "resource_bundles": {
21     "DTObservable": [
22       "Pod/Assets/*.png"
23     ]
24   }