blob: 66054c747d70ac8fea3546b8524235c366c39260 [file] [log] [blame]
{
"name": "MyOftenUseTool",
"version": "0.2.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.2.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "MyOftenUseTool/**/*.{h,m}",
"public_header_files": "MyOftenUseTool/**/*.h",
"frameworks": [
"UIKit",
"MapKit",
"QuartzCore",
"Foundation"
],
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
],
"pop": [
]
},
"requires_arc": true,
"subspecs": [
{
"name": "UIKit+Category",
"source_files": "MyOftenUseTool/UIKit/*.{h,m}",
"public_header_files": "MyOftenUseTool/UIKit/*.h"
}
]
}