[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 5 / 3 / 9 / FIXiT / 0.1.0 / FIXiT.podspec.json
blob73f8ccfae5ad239893510f61bb46532b88d17019
2   "name": "FIXiT",
3   "version": "0.1.0",
4   "summary": "Yet another Javascript fixing solution.",
5   "description": "A Javascript Proxy Object based hotfix solution for Objective-C. With the power\nof KVC, your may access and update Objective-C class members at runtime.\nSimple to use and integrate. You can write your js code in a more natural way.",
6   "homepage": "https://github.com/rickytan/FIXiT",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "rickytan": "ricky.tan.xin@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/rickytan/FIXiT.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "FIXiT/Classes/**/*",
22   "resources": "FIXiT/Assets/*.js",
23   "public_header_files": "FIXiT/Classes/**/FIXiT.h",
24   "frameworks": [
25     "Foundation",
26     "JavaScriptCore"
27   ],
28   "libraries": "c++"