blob: a1fb56280395be23ddde7c96c4fa23e5a9416413 [file] [log] [blame]
{
"name": "HATHandyKit",
"version": "0.14.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.14.0"
},
"social_media_url": "https://github.com/bugs2",
"platforms": {
"ios": "8.0"
},
"source_files": "HATHandyKit/Classes/**/*.{h,m}",
"resource_bundles": {
"HATHandyKit": [
"HATHandyKit/Classes/**/*.{storyboard,xib,bundle}"
]
},
"public_header_files": "HATHandyKit/Classes/**/*.h",
"frameworks": [
"UIKit",
"CoreGraphics"
],
"dependencies": {
"Masonry": [
],
"MJRefresh": [
],
"MBProgressHUD": [
],
"SDWebImage": [
],
"YTKNetwork": [
]
},
"requires_arc": true
}