blob: cc936014abc6ff22f428c682684e1fbaf1e95802 [file] [log] [blame]
{
"name": "HATHandyKit",
"version": "0.2.0",
"summary": "HATHandyKit pod for some project.",
"description": "This is just an simple pod, use for my HAT progress.",
"homepage": "https://github.com/bugs2/HATHandyKit",
"license": {
"type": "proprietary",
"file": "LICENSE"
},
"authors": {
"bugs2": "mcckoy@qq.com"
},
"source": {
"git": "https://github.com/bugs2/HATHandyKit.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "HATHandyKit/**/*.{h,m}",
"frameworks": [
"UIKit",
"CoreGraphics"
],
"dependencies": {
"Masonry": [
]
},
"requires_arc": true
}