blob: 6c8df1e1127ec27b56826530fb1431c1b6268213 [file] [log] [blame]
{
"name": "HLToolkit",
"version": "0.1.0",
"summary": "HLToolkit is a collection of useful classes to develop Apps faster",
"homepage": "https://github.com/hailongiPhone/HLToolkit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"hailong_hh": "ghl_hh@hotmail.com"
},
"source": {
"git": "https://github.com/hailongiPhone/HLToolkit.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "HLToolkit/Classes/**/*.{h,m}",
"public_header_files": "HLToolkit/Classes/**/*.h",
"frameworks": [
"UIKit",
"Foundation"
]
}