blob: cf0e100203e5d0532f91268e6588ced41eae76b5 [file] [log] [blame]
{
"name": "CZPopupController",
"version": "0.1.0",
"summary": "A popup display tool for iOS App.",
"description": "A longer description of LDPopupController 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/rtyu128/CZPopupController",
"license": "MIT",
"authors": {
"zhangxuming": "zhang_xm15@163.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/rtyu128/CZPopupController.git",
"tag": "0.1.0"
},
"source_files": "CZPopupController/*.{h,m}",
"public_header_files": [
"CZPopupController/CZPopupInterface.h",
"CZPopupController/UIView+Popup.h",
"CZPopupController/UIViewController+Popup.h",
"CZPopupController/CZPopupDefine.h",
"CZPopupController/CZPopupController.h"
],
"requires_arc": true
}