[Add] DocumentReaderFullAuthRFIDStage 7.5.10858
[CocoaPods.git] / Specs / 2 / 1 / 9 / mobx-doric / 0.1.2 / mobx-doric.podspec.json
blob25ff02d47cda0d7cd29c12dd53c8a9b617089528
2   "name": "mobx-doric",
3   "version": "0.1.2",
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.2"
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   }