blob: 4d07968526f49636fb95539dbc717e3c886a47f4 [file] [log] [blame]
{
"name": "AFOFoundation",
"version": "1.0.0",
"license": "MIT",
"homepage": "https://github.com/PangDu/AFOFoundation.git",
"authors": {
"PangDu": "792229197@qq.com"
},
"summary": "This library is an extension to the iOS Foundation framework.",
"source": {
"git": "https://github.com/PangDu/AFOFoundation.git",
"tag": "v1.0.0",
"submodules": true
},
"module_name": "Rich",
"platforms": {
"ios": "8.0"
},
"public_header_files": "AFOFoundation/AFOFoundation/AFOFoundation.h",
"source_files": "AFOFoundation/AFOFoundation/*",
"ios": {
"frameworks": "Foundation"
}
}