blob: 5b8abbbd56ac5438067a9ad3d5f4103050c06a16 [file] [log] [blame]
{
"name": "AFOFoundation",
"version": "1.0.2",
"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.2",
"submodules": true
},
"module_name": "Rich",
"platforms": {
"ios": "8.0"
},
"public_header_files": "AFOFoundation/AFOFoundation/**/**.h",
"source_files": "AFOFoundation/AFOFoundation/*",
"ios": {
"frameworks": "Foundation"
}
}