blob: 6852f44377c77a866089fa51055820f23f5b407b [file] [log] [blame]
{
"name": "FBFoundation",
"version": "0.0.1",
"license": "MIT",
"summary": "ios基础框架(常用工具、扩展类、宏定义...)",
"homepage": "https://github.com/fangbo111/FBFoundation",
"source": {
"git": "https://github.com/fangbo111/FBFoundation.git",
"tag": "0.0.1"
},
"source_files": "Core/*.{h,m}",
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"frameworks": [
"UIKit",
"Foundation"
],
"authors": {
"TuDou": "66934854@qq.com"
},
"social_media_url": "https://github.com/fangbo111"
}