blob: 0d668eddaa8e90bdd3b11cdf5260abeec59fcdc4 [file] [log] [blame]
{
"name": "MyOftenUseTool",
"version": "0.3.5",
"summary": "自己常用的一些封装方法和UIKIT,Foundation框架的category添加的方法,里面已经添加了最新的AFN,pop,SAMKeychain等依赖的框架",
"description": "这是我自己根据项目中常用的方法和在网络上收集的一些比较好用的iOS原有的框架上添加的category,方便自己在开发中的使用,里面已经添加了最新的AFN,pop,SAMKeychain等依赖的框架",
"homepage": "https://github.com/zhangjiang1203/MyOftenUseTool",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"zhangjiang": "896884553@q.com"
},
"source": {
"git": "https://github.com/zhangjiang1203/MyOftenUseTool.git",
"tag": "0.3.5"
},
"platforms": {
"ios": "8.0"
},
"source_files": "MyOftenUseTool/Classes/ZJMethodHeader.h",
"public_header_files": "MyOftenUseTool/Classes/ZJMethodHeader.h",
"frameworks": [
"UIKit",
"MapKit",
"QuartzCore",
"Foundation"
],
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
],
"pop": [
],
"SAMKeychain": [
]
},
"requires_arc": true,
"subspecs": [
{
"name": "HUDMethod",
"source_files": "MyOftenUseTool/Classes/HUDHelper.{h,m}",
"public_header_files": "MyOftenUseTool/Classes/HUDHelper.h"
},
{
"name": "SystemMethod",
"source_files": "MyOftenUseTool/Classes/ZJSystemUtils.{h,m}",
"public_header_files": "MyOftenUseTool/Classes/ZJSystemUtils.h"
},
{
"name": "WaveAnimation",
"source_files": "MyOftenUseTool/Classes/WaveAnimation.{h,m}",
"public_header_files": "MyOftenUseTool/Classes/WaveAnimation.h",
"resource_bundles": {
"MyOftenUseTool": [
"MyOftenUseTool/Classes/Resource.bundle"
]
}
},
{
"name": "AFNRequest",
"source_files": "MyOftenUseTool/Classes/ZJAFNRequestTool.{h,m}",
"public_header_files": "MyOftenUseTool/Classes/ZJAFNRequestTool.h"
},
{
"name": "UIKit+Category",
"source_files": "MyOftenUseTool/UIKit/*.{h,m}",
"public_header_files": "MyOftenUseTool/UIKit/*.h"
},
{
"name": "Foundation+Category",
"source_files": "MyOftenUseTool/Foundation/**",
"public_header_files": "MyOftenUseTool/Foundation/*.h"
}
]
}