[Add] jionews-shortssdk-cocoapod 2.1.5
[CocoaPods.git] / Specs / 2 / e / 3 / iMRuby / 0.1.1 / iMRuby.podspec.json
blobe401a765b8d60d35f3da961663e3f314a2b85e8f
2   "name": "iMRuby",
3   "version": "0.1.1",
4   "summary": "iMRuby is a bridge between ObjC with Ruby(Mruby)",
5   "description": "iMRuby is a bridge between ObjC with Ruby(Mruby),\nlike JavascriptCore framework.",
6   "homepage": "https://github.com/tailang/iMRuby",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ping.cao": "caopingcpu@163.com"
13   },
14   "source": {
15     "git": "https://github.com/tailang/iMRuby.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "iMRuby/Classes/**/*",
22   "resource_bundles": {
23     "iMRuby": [
24       "iMRuby/Assets/**/*"
25     ]
26   },
27   "pod_target_xcconfig": {
28     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES",
29     "VALID_ARCHS": "x86_64 armv7 arm64"
30   },
31   "dependencies": {
32     "MRubyFramework": [
33       "2.1.2"
34     ]
35   },
36   "vendored_libraries": "iMRuby/Classes/MRBLibffi/libffi.a"