blob: 2529d3cb1e70ee932e39b6eed71b64f87de09935 [file] [log] [blame]
{
"name": "SYBase_Common",
"version": "0.1.0",
"summary": "A short description of SYBase_Common.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/starlueng/SYBase_Common",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"starlueng": "yasezijian@126.com"
},
"source": {
"git": "https://github.com/starlueng/SYBase_Common.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SYBase_Common/Classes/**/*",
"prefix_header_contents": [
"#import <UIKit/UIKit.h>",
"#import <Foundation/Foundation.h>",
"#import \"CommonHeader.h\""
]
}