blob: 322ac405ad53145b38b318d6e5a3710901c3064e [file] [log] [blame]
{
"name": "HGoto",
"version": "1.0.4",
"summary": "A short description of HGoto.",
"description": "A longer description of HGoto in Markdown format.\n\n* Think: Why did you write this? What is the focus? What does it do?\n* CocoaPods will be using this to generate tags, and improve search results.\n* Try to keep it short, snappy and to the point.\n* Finally, don't worry about the indent, CocoaPods strips it!",
"homepage": "http://EXAMPLE/HGoto",
"authors": {
"zct": "zhangchutian@camera360.com"
},
"source": {
"git": "https://github.com/jumperb/HGoto.git",
"tag": "1.0.4"
},
"source_files": "Classes/**/*.{h,m}",
"prefix_header_contents": "#import \"HCommon.h\"",
"dependencies": {
"Hodor": [
]
},
"requires_arc": true,
"platforms": {
"ios": "7.0"
}
}