blob: b82cabf595114f02bf0a919458c717bc05b59fcb [file] [log] [blame]
{
"name": "AFCommon",
"version": "2.0.1",
"summary": "AFCommon is a tools for convenient to fast development.",
"description": " AFCommon is a tools for convenient to fast development.\n There are a lot of the category of method.\n",
"homepage": "http://blog.afantree.com/github/afcommon",
"license": "MIT",
"authors": {
"阿凡树": "729397005@qq.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/afantree/AFCommon.git",
"tag": "2.0.1"
},
"source_files": "AFCommon/Classes/*",
"frameworks": [
"Foundation",
"UIKit",
"CoreGraphics",
"QuartzCore"
],
"requires_arc": true,
"subspecs": [
{
"name": "AFExtension",
"source_files": "AFCommon/Classes/AFExtension/*.{h,m}"
}
]
}