blob: 7bf6578eaa11ce30017b37bd4c61b58137394f60 [file] [log] [blame]
{
"name": "CocoaPlus",
"version": "0.0.2",
"summary": "Cocoa+, a library that has some useful category",
"description": "A longer description of CocoaPlus 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/wisonlin/CocoaPlus",
"license": "MIT License",
"authors": {
"wisonlin": "460760604@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/wisonlin/CocoaPlus.git",
"tag": "0.0.2"
},
"source_files": [
"CocoaPlus",
"CocoaPlus/**/*.{h,m}"
],
"prefix_header_file": "CocoaPlus/CocoaPlus.h",
"requires_arc": true
}