blob: e941a237cae9fae931f10b96b975789e363a32eb [file] [log] [blame]
{
"name": "ElonPod",
"version": "0.2.8",
"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.8"
},
"platforms": {
"ios": "8.0"
},
"source_files": "ElonPod/**/*.{h,m}",
"frameworks": "UIKit",
"subspecs": [
{
"name": "SandBoxTool",
"source_files": "ElonPod/SandBoxTool/**/*.{h,m}",
"dependencies": {
"Masonry": [
],
"SSZipArchive": [
]
},
"frameworks": "UIKit"
},
{
"name": "BaseUITool",
"source_files": "ElonPod/BaseUITool/**/*.{h,m}",
"frameworks": "UIKit"
},
{
"name": "Form",
"source_files": "ElonPod/SWForm/**/*.{h,m}",
"dependencies": {
"MWPhotoBrowser": [
],
"TZImagePickerController": [
],
"SDWebImage": [
]
},
"resource_bundles": {
"SWForm": [
"ElonPod/SWForm/**/*.png"
]
},
"frameworks": "UIKit"
}
]
}