blob: 3e5b524c477d5942e973b69bb6e2dde5f2196e13 [file] [log] [blame]
{
"name": "MyOftenUseTool",
"version": "0.6.6",
"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@qq.com"
},
"source": {
"git": "https://github.com/zhangjiang1203/MyOftenUseTool.git",
"tag": "0.6.6"
},
"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": [
],
"SVProgressHUD": [
],
"YYCache": [
]
},
"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": "AFNRequest",
"source_files": "MyOftenUseTool/Classes/ZJAFNRequestTool.{h,m}",
"public_header_files": "MyOftenUseTool/Classes/ZJAFNRequestTool.h"
},
{
"name": "APPStoreUpdate",
"source_files": "MyOftenUseTool/AppStoreUpdate/*.{h,m}",
"public_header_files": "MyOftenUseTool/AppStoreUpdate/*.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"
}
]
}