blob: 8d40d1dfdf25c757ce3b7407a87f9aaa43726efc [file] [log] [blame]
{
"name": "ZCWView",
"version": "0.0.2",
"summary": "Some view",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/zhaochangwu/ZCWView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"zhaochangwu": "changwuzhao@cienet.com.cn"
},
"source": {
"git": "https://github.com/zhaochangwu/ZCWView.git",
"tag": "0.0.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "ZCWView/Classes/**/*",
"resource_bundles": {
"ZCWView": [
"Images.bundle"
]
},
"dependencies": {
"ZCWTool": [
],
"Masonry": [
"~> 1.0.1"
]
},
"prefix_header_contents": [
"#import <ZCWTool/ZCWTool.h>",
"#import <UIKit/UIKit.h>",
"#import <Foundation/Foundation.h>",
"#import \"Masonry.h\""
]
}