[Add] OpacityCore 3.22.7
[CocoaPods.git] / Specs / 2 / 1 / 9 / mobx-doric / 0.1.5 / mobx-doric.podspec.json
blobf4808daa3974d31fdc2aa9a4bb03369d6eb2da76
2   "name": "mobx-doric",
3   "version": "0.1.5",
4   "summary": "Doric extension library",
5   "description": "This library provides extension library to support using mobx in doric.",
6   "homepage": "https://github.com/doric-pub/mobx-doric",
7   "license": {
8     "type": "Apache-2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "pengfei.zhou": "pengfeizhou@foxmail.com"
13   },
14   "source": {
15     "git": "https://github.com/doric-pub/mobx-doric.git",
16     "tag": "0.1.5"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "iOS/Classes/**/*",
22   "resources": "dist/**/*",
23   "public_header_files": "iOS/Classes/**/*.h",
24   "dependencies": {
25     "DoricCore": [
27     ]
28   }