blob: a17b8655702484d0be4e72707d09e34c032d024d [file] [log] [blame]
{
"name": "YwenKit",
"version": "0.4.4",
"summary": "some macros and categories for ios",
"description": "A longer description of YwenKit in Markdown format.\n\n* Think: Why did you write this? What is the focus? What does it do?\n* CocoaPods will be using this to generate tags, and improve search results.\n* Try to keep it short, snappy and to the point.\n* Finally, don't worry about the indent, CocoaPods strips it!",
"homepage": "https://github.com/yaliyingwy/YwenKit.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ywen": "yaliyingwy@gmail.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/yaliyingwy/YwenKit.git",
"tag": "0.4.4"
},
"source_files": [
"Classes",
"YwenKit/YwenKit/Class/**/*.{h,m,c}"
],
"exclude_files": "Classes/Exclude",
"public_header_files": [
"YwenKit/YwenKit/Class/YwenKit.h",
"YwenKit/YwenKit/Class/**/*.h"
],
"resources": "YwenKit/YwenKit/Resources/*.png",
"requires_arc": true
}