blob: 299e8b6a1c2ebef442422c641edabd8a678ebea2 [file] [log] [blame]
{
"name": "CommenOfPod",
"version": "0.0.5",
"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.5"
},
"source_files": [
"Calendar/*.{h,m}",
"Categray/*.{h,m}",
"MD5/*.{h,m}",
"NavigationMenuView/*.{h,m}",
"PullDownList/*.{h,m}",
"UIViewExt/*.{h,m}"
],
"exclude_files": "Commen/Exclude",
"public_header_files": [
"Calendar/*.h",
"Categray/*.h",
"MD5/*.h",
"NavigationMenuView/*.h",
"PullDownList/*.h",
"UIViewExt/*.h"
],
"frameworks": "UIKit",
"requires_arc": true
}