[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / d / f / c / BindingX / 1.0.1 / BindingX.podspec.json
blobb1bb9f78e23919f4ce606c4d17eb8e8557d019f3
2   "name": "BindingX",
3   "version": "1.0.1",
4   "summary": "bindingx plugin for Weex",
5   "description": "It provides a way called expression binding for handling complex user interaction with views at 60 FPS in weex.",
6   "homepage": "https://github.com/alibaba/bindingx",
7   "license": {
8     "type": "Copyright",
9     "text": "           Alibaba-INC copyright\n"
10   },
11   "authors": {
12     "hjhcn": "380050803@qq.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/alibaba/bindingx.git",
19     "tag": "1.0.1"
20   },
21   "source_files": [
22     "core/ios/BindingX/**/*.{h,m,mm}",
23     "weex/ios/Sources/*.{h,m,mm}"
24   ],
25   "requires_arc": true,
26   "dependencies": {
27     "WeexPluginLoader": [
29     ],
30     "WeexSDK": [
32     ]
33   }