[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / 7 / 3 / 8 / DTObservable / 1.0.0 / DTObservable.podspec.json
blob8aa08d8ef9313c4c2923ae6997208890e362d6c5
2   "name": "DTObservable",
3   "version": "1.0.0",
4   "summary": "A simple observable structure for iOS.",
5   "description": "# DTObservable\n\nAn implementation of the observable chain pattern for iOS.",
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": "1.0.0"
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   }