blob: 21a1b914423f03000e63f229a7f9ae1527fb953a [file] [log] [blame]
{
"name": "MyOftenUseTool",
"version": "0.0.1",
"summary": "自己常用的一些封装方法和UIKIT,Foundation框架的category添加的方法",
"description": "这是我自己根据项目中常用的方法和在网络上收集的一些比较好用的iOS原有的框架上添加的category,方便自己在开发中的使用",
"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.0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": [
"MyOftenUseTool",
"MyOftenUseTool/**/*.{h,m}"
],
"exclude_files": "MyOftenUseTool/Exclude",
"frameworks": [
"UIKit",
"MapKit",
"QuartzCore",
"Foundation"
],
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
],
"pop": [
]
},
"requires_arc": true
}