blob: b55082feb44bfab836e3284ce1674cccddafb598 [file] [log] [blame]
{
"name": "JavaScriptTalkNatvieEasy",
"version": "1.0.0",
"summary": "A library for objc and JavaScript",
"homepage": "https://github.com/UnivexDont/JavaScriptTalkNativeEasy",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"UnivexDont": "winerdt@163.com"
},
"source": {
"git": "https://github.com/UnivexDont/JavaScriptTalkNativeEasy.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "JavaScriptTalkNativeEasy/Source/Core/*.{h,m}",
"ios": {
"frameworks": [
"UIKit",
"WebKit",
"JavaScriptCore"
]
}
}