blob: 41e94f95079662482e72d00482b754eb8c4b45b8 [file] [log] [blame]
{
"name": "CommenOfPod",
"version": "1.0.0",
"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": "1.0.0"
},
"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,
"subspecs": [
{
"name": "Calendar",
"source_files": "Calendar",
"public_header_files": "Calendar/*.h"
},
{
"name": "Categray",
"source_files": "Categray",
"public_header_files": "Categray/*.h"
},
{
"name": "MD5",
"source_files": "MD5",
"public_header_files": "MD5/*.h"
},
{
"name": "NavigationMenuView",
"source_files": "NavigationMenuView",
"public_header_files": "NavigationMenuView/*.h"
},
{
"name": "PullDownList",
"public_header_files": "PullDownList",
"source_files": "PullDownList/*.h"
},
{
"name": "UIViewExt",
"public_header_files": "UIViewExt",
"source_files": "UIViewExt/*.h"
}
]
}