blob: 3a68905d3694ce5a36f3d7fe387a16d294f27828 [file] [log] [blame]
{
"name": "MyOftenUseTool",
"version": "0.2.7",
"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.2.7"
},
"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
}