blob: 1265e443ae8a9a01da8044744ca64dd03398b32b [file] [log] [blame]
{
"name": "ElonPod",
"version": "0.2.1",
"summary": "Custom pod for personal usage.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://gitee.com/ElonWu/ElonPod",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Elon": "iphone1945@126.com"
},
"source": {
"git": "https://gitee.com/ElonWu/ElonPod.git",
"tag": "0.2.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "ElonPod/Classes/**/*",
"frameworks": "UIKit",
"subspecs": [
{
"name": "SandBoxTool",
"source_files": "ElonPod/Classes/SandBoxTool/**/*",
"dependencies": {
"Masonry": [
],
"SSZipArchive": [
]
},
"frameworks": "UIKit"
}
]
}