blob: 066f5f8bbdfbf0fe518d14f6092655406f0e9727 [file] [log] [blame]
{
"name": "LinkimFoundation",
"version": "0.0.1",
"license": "MIT",
"summary": "上海凌晋信息技术有限公司开发的基于Swift的基础库",
"homepage": "https://github.com/liuweicode/LinkimFoundation",
"social_media_url": "http://www.linkim.com.cn",
"authors": {
"liuwei": "i@liuwei.co"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/liuweicode/LinkimFoundation.git",
"tag": "0.0.1"
},
"source_files": "LinkimFoundation/Classes/**/*",
"frameworks": [
"UIKit",
"Foundation"
],
"prefix_header_contents": [
"#import <UIKit/UIKit.h>",
"#import <Foundation/Foundation.h>"
],
"requires_arc": true
}