blob: 415506c185cf9644a18d16172c01f87f645781e1 [file] [log] [blame]
{
"name": "ElonPod",
"version": "0.2.13",
"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.13"
},
"platforms": {
"ios": "8.0"
},
"source_files": "ElonPod/**/*.{h,m}",
"frameworks": "UIKit",
"subspecs": [
{
"name": "SandBoxTool",
"source_files": "ElonPod/SandBoxTool/**/*.{h,m}",
"dependencies": {
"Masonry": [
"1.1.0"
],
"SSZipArchive": [
"2.1.4"
],
"FDFullscreenPopGesture": [
"1.1"
],
"JDStatusBarNotification": [
]
},
"frameworks": "UIKit"
},
{
"name": "BaseUITool",
"source_files": "ElonPod/BaseUITool/**/*.{h,m}",
"frameworks": "UIKit"
},
{
"name": "Form",
"source_files": "ElonPod/SWForm/**/*.{h,m}",
"dependencies": {
"MWPhotoBrowser": [
"2.1.2"
],
"TZImagePickerController": [
"3.1.9"
],
"SDWebImage": [
]
},
"resource_bundles": {
"SWForm": [
"ElonPod/SWForm/**/*.png"
]
},
"frameworks": "UIKit"
}
]
}