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