{ | |
"name": "KTCommonKit", | |
"version": "0.0.1", | |
"summary": "A public library.", | |
"description": "A public library for iOS.", | |
"homepage": "https://github.com/KetilDeng/KTCommonKit", | |
"license": "MIT", | |
"authors": { | |
"KerryDeng": "dkts47@163.com" | |
}, | |
"platforms": { | |
"ios": "7.0" | |
}, | |
"source": { | |
"git": "https://github.com/KetilDeng/KTCommonKit.git", | |
"tag": "0.0.1" | |
}, | |
"source_files": "Common/*.{h,m}", | |
"frameworks": "UIKit", | |
"requires_arc": true | |
} |