blob: d6e217a58584753060ba2491582727ee8301c9e2 [file] [log] [blame]
{
"name": "ReactNativeSDK",
"version": "0.0.1.2",
"summary": "This is ReactNativeSDK.",
"description": "ReactNativeSDK for ios project,you can use it by pod.",
"homepage": "https://github.com/es-yincheng/ReactNativeSDK.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"yc": "cheng.yin@ymm56.com"
},
"source": {
"git": "https://github.com/es-yincheng/ReactNativeSDK.git",
"tag": "0.0.1.2"
},
"platforms": {
"ios": "9.0"
},
"default_subspecs": [
"React"
],
"subspecs": [
{
"name": "React",
"dependencies": {
"React": [
]
}
}
]
}