blob: 734f4927cb43b45b4ca4c444d6049ea4ec9a7331 [file] [log] [blame]
{
"name": "CommenOfPod",
"version": "0.0.3",
"summary": "CommenOfPod 用来做一些简单共用的文件",
"description": "Calendar 日历\nPullDownList 下拉刷新表\nNavigationMenuView #基于UIKit frameWork\nCategray #NSString+Additions -fno-objc-arc\nImageUtils #ASImageUtils 设置 -fno-objc-arc\nGIFHUD",
"homepage": "https://github.com/linmingzhi/CommenOfPod",
"license": "MIT",
"authors": {
"linmingzhi987": "linmingzhi987@126.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/linmingzhi/CommenOfPod.git",
"tag": "0.0.3"
},
"source_files": [
"Commen/Calendar/*.{h,m}",
"Commen/Categray/*.{h,m}",
"Commen/MD5/*.{h,m}",
"Commen/NavigationMenuView/*.{h,m}",
"Commen/PullDownList/*.{h,m}",
"Commen/UIViewExt/*.{h,m}"
],
"exclude_files": "Commen/Exclude",
"public_header_files": "Commen/**/*.h",
"frameworks": "UIKit",
"requires_arc": true
}