[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 7 / 6 / 4 / MultiLanguage / 0.1.2 / MultiLanguage.podspec.json
blob477dc9a8e1c5a4345875111329b64154ba34d2dc
2   "name": "MultiLanguage",
3   "version": "0.1.2",
4   "summary": "A short description of MultiLanguage.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/feiduduhaha/MultiLanguage",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "lan_mailbox@163.com": "tianyun1201@163.com"
13   },
14   "source": {
15     "git": "https://github.com/feiduduhaha/MultiLanguage.git",
16     "tag": "0.1.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "MultiLanguage/Classes/**/*",
22   "resource_bundles": {
23     "Multi_language": [
24       "MultiLanguage/Assets/*.png",
25       "MultiLanguage/Files/*.*"
26     ]
27   },
28   "script_phases": {
29     "name": "MultiLanguageScript",
30     "script": "\n      podsPath=${BUILT_PRODUCTS_DIR}\n      shortPath=\"/Multi_language.bundle/\"\n      plistPath=\"${podsPath}/${shortPath}Config.plist\"\n      pyScriptPath=\"${podsPath}/${shortPath}firstScript.py\"\n      echo \"我的工作目录\"\n      cho $podsPath\n      NeedRunScript=`/usr/libexec/PlistBuddy -c \"Print NeedRunScript\" $plistPath`\n      echo \"$NeedRunScript\"\n      if [ $NeedRunScript == \"true\" ]\n      then\n          echo \"执行python脚本\"\n          ${pyScriptPath}\n      else\n          echo \"未获取到配置文件\"\n      fi\n    "
31   }