[Add] DocumentReaderOCRRFIDStage 7.5.11054
[CocoaPods.git] / Specs / 8 / 7 / c / RocBridge / 0.0.3 / RocBridge.podspec.json
blob2463fa935c762abac13f4bb1b0ba943db7a7a125
2   "name": "RocBridge",
3   "version": "0.0.3",
4   "summary": "A bridge between JS and OC",
5   "description": "A bridge between JS and OC,The bridge is very convenient.",
6   "homepage": "https://github.com/superWalnuts/RocBridge",
7   "license": {
8     "type": "Apache",
9     "file": "./LICENSE"
10   },
11   "authors": {
12     "DaPeng": "https://github.com/superWalnuts"
13   },
14   "source": {
15     "git": "https://github.com/superWalnuts/RocBridge.git",
16     "tag": "0.0.3"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "exclude_files": "RocBridge/Info.plist",
22   "source_files": [
23     "RocBridge-iOS/RocBridge/RocBridge/Classes/**/*.{h,m,mm,c}",
24     "RocBridge/RocBridge.h"
25   ],
26   "ios": {
27     "frameworks": [
28       "JavaScriptCore",
29       "UIKit"
30     ]
31   }