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